Skip to content

Commit

Permalink
Add Python 3.12 to matrix (#89)
Browse files Browse the repository at this point in the history
* Add Python 3.12 to matrix

* Update other 3.12 refs
  • Loading branch information
inverse authored Nov 11, 2023
1 parent fc36dc2 commit a02a7f1
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
${{ runner.os }}-poetry-
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install poetry
uses: abatilo/[email protected]
with:
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.11', '3.10']
python-version: ['3.12', '3.11', '3.10']
steps:
- uses: actions/checkout@master
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install poetry
uses: abatilo/[email protected]
with:
Expand Down

0 comments on commit a02a7f1

Please sign in to comment.