Skip to content

Commit

Permalink
* Adapt to the Python update
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLachance committed Oct 29, 2024
1 parent 39ab763 commit 28e391a
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- uses: coveo/stew@main
name: Stew
with:
python-version: "3.12"
python-version: "3.13"
project-name: aws_auth_eks_crd
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Language: Python 3.12+
2. Install Python 3.12

```bash
pyenv install 3.12
pyenv install 3.13
```

3. In the repository, switch to the chosen Python version

```bash
pyenv local 3.12
pyenv local 3.13
```

### Step 2: Install [Coveo Stew](https://github.com/coveo/stew) dependencies (CI)
Expand All @@ -39,7 +39,7 @@ Language: Python 3.12+
1. Open a pyenv shell for the correct python version

```bash
pyenv shell 3.12
pyenv shell 3.13
```

2. Configure Poetry to use our Python version
Expand Down
Loading

0 comments on commit 28e391a

Please sign in to comment.