Skip to content

Commit 6976980

Browse files
authored
Update CI to use released python 3.11 (#1099)
1 parent 785e475 commit 6976980

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11.0-rc.2", "pypy-3.7"]
17+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "pypy-3.7"]
1818
include:
1919
- os: ubuntu-latest
2020
venvcmd: . env/bin/activate

0 commit comments

Comments
 (0)