Skip to content

Commit 2ce18d4

Browse files
committed
Update tests to run with 3.11 (not rc)
1 parent 8b4bee7 commit 2ce18d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cibuildsdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-20.04]
36-
python-version: ['3.8', '3.9', '3.10', '3.11.0-alpha - 3.11']
36+
python-version: ['3.8', '3.9', '3.10', '3.11']
3737

3838
steps:
3939
- uses: actions/checkout@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: '3.10'
5353
extra-requirements: '-r requirements/testing/extra.txt'
5454
- os: ubuntu-20.04
55-
python-version: '3.11.0-rc.1'
55+
python-version: '3.11'
5656
- os: macos-latest
5757
python-version: 3.8
5858

0 commit comments

Comments
 (0)