Skip to content

Commit 5b9d7c3

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR matplotlib#23830: Start testing on Python 3.11
1 parent d9e70db commit 5b9d7c3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/tests.yml

+2
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

+1
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)