Skip to content

Commit

Permalink
Update CI Python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Apr 21, 2024
1 parent 3afbc8f commit 01ebed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: pip
- run: python -m pip install .[test]
- run: ${{ matrix.lint-command }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: Install dependencies
run: python -m pip install --upgrade coverage[toml]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: pip

- name: Build package
Expand Down

0 comments on commit 01ebed3

Please sign in to comment.