Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 967c1a4

Browse files
authored
Merge pull request #23830 from QuLogic/py311
Start testing on Python 3.11
2 parents d53cc69 + b983a81 commit 967c1a4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines 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

Lines 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)