Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2ce18d4

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/cibuildsdist.yml

Copy file name to clipboardExpand all lines: .github/workflows/cibuildsdist.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.