Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Switch to 3.11 in CI
Browse files Browse the repository at this point in the history
Let's use the latest released version of 3.11 now that it went GA. 🐍
  • Loading branch information
major committed Oct 31, 2022
1 parent 2ce575d commit 81d7c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu]
python-version: ["3.9", "3.10", "3.11-dev"]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: Ubuntu
image: ubuntu-22.04
Expand Down

0 comments on commit 81d7c76

Please sign in to comment.