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 4fc1d41

Browse filesBrowse files
authored
Merge pull request #23853 from meeseeksmachine/auto-backport-of-pr-23830-on-v3.6.x
Backport PR #23830 on branch v3.6.x (Start testing on Python 3.11)
2 parents d9e70db + 5b9d7c3 commit 4fc1d41
Copy full SHA for 4fc1d41

File tree

Expand file treeCollapse file tree

2 files changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-0
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- os: ubuntu-20.04
4949
python-version: '3.10'
5050
extra-requirements: '-r requirements/testing/extra.txt'
51+
- os: ubuntu-20.04
52+
python-version: '3.11.0-rc.1'
5153
- os: macos-latest
5254
python-version: 3.8
5355

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ def make_release_tree(self, base_dir, files):
286286
'Programming Language :: Python :: 3.8',
287287
'Programming Language :: Python :: 3.9',
288288
'Programming Language :: Python :: 3.10',
289+
'Programming Language :: Python :: 3.11',
289290
'Topic :: Scientific/Engineering :: Visualization',
290291
],
291292

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.