Skip to content

Commit

Permalink
Don't use dev version of 3.11 in CI (#610)
Browse files Browse the repository at this point in the history
* Update version `3.11-dev` > `3.11` in CI

* Update .github/workflows/test-suite.yml

* Update .github/workflows/test-suite.yml

Co-authored-by: Tom Christie <tom@tomchristie.com>
  • Loading branch information
michaeloliverx and tomchristie committed Nov 17, 2022
1 parent c316f63 commit c68f3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: "actions/checkout@v2"
Expand Down

0 comments on commit c68f3f5

Please sign in to comment.