diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03d12c46a..dbf275544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - python-version: [ '3.7', '3.8', '3.9', '3.10' ] + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11'] include: # Run macos and windows tests on only one python version - os: windows-latest python-version: '3.9' # PyTorch doesn't yet have 3.10 support on Windows (https://pytorch.org/get-started/locally/#windows-python) diff --git a/setup.py b/setup.py index 3001d6c2f..ea2e43a89 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ def readme(): "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: Apache Software License", "Topic :: Scientific/Engineering", ],