Skip to content

Commit

Permalink
Merge pull request #36 from coveooss/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
JPLachance authored Jan 30, 2024
2 parents 9bc7881 + 84a076c commit bbf1b19
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 312 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.10"
python-version: "3.12"
project-name: aws_auth_eks_crd
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.12-alpine

LABEL description="Kubernetes operator to sync IamIdentityMappings to the aws-auth configmap"
LABEL source.repository="aws_auth_eks_crd"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ and [the official announcement](https://aws.amazon.com/blogs/containers/a-deep-d

## Get started

Language: Python 3.10+
Language: Python 3.12+

### Step 1: Configure your Python environment

1. Install [pyenv](https://github.com/pyenv/pyenv#installation) to manage your Python environment
2. Install Python 3.10.13
2. Install Python 3.12.1

```bash
pyenv install 3.10.13
pyenv install 3.12.1
```

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

```bash
pyenv local 3.10.13
pyenv local 3.12.1
```

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

```bash
pyenv shell 3.10.13
pyenv shell 3.12.1
```

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

0 comments on commit bbf1b19

Please sign in to comment.