Skip to content

Commit

Permalink
Include 3.12 in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaarholt committed Oct 18, 2024
1 parent 5effdae commit 4baa85e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.9'
python-version: |
3.9
3.12
architecture: x64
- run: pip install nox==2023.4.22
- run: pip install poetry==1.8.3
Expand Down

0 comments on commit 4baa85e

Please sign in to comment.