Skip to content

Commit

Permalink
ci: use Python 3.11 final (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 27, 2022
1 parent 263438e commit 4ea4a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.8", "3.11-dev"]
python-version: ["3.6", "3.8", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: 'pypy-3.7'
Expand Down

0 comments on commit 4ea4a2c

Please sign in to comment.