Skip to content

Commit e7ebb92

Browse files
authored
Run CI on Python 3.11 (#817)
* Run CI on Python 3.11 * Add 3.11 classifier to setup.py
1 parent 5e69f4b commit e7ebb92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [ ubuntu-latest ]
37-
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
37+
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11']
3838
include: # Run macos and windows tests on only one python version
3939
- os: windows-latest
4040
python-version: '3.9' # PyTorch doesn't yet have 3.10 support on Windows (https://pytorch.org/get-started/locally/#windows-python)

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def readme():
7878
"Programming Language :: Python :: 3.8",
7979
"Programming Language :: Python :: 3.9",
8080
"Programming Language :: Python :: 3.10",
81+
"Programming Language :: Python :: 3.11",
8182
"License :: OSI Approved :: Apache Software License",
8283
"Topic :: Scientific/Engineering",
8384
],

0 commit comments

Comments
 (0)