diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index 2f0956f8cc4a..41b3dc913f14 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10'] + python: ['3.8', '3.9', '3.10', '3.11'] os: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }} @@ -114,7 +114,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10'] + python: ['3.8', '3.9', '3.10', '3.11'] os: [ubuntu-20.04, ubuntu-latest] experimental: [false] @@ -215,7 +215,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10'] + python: ['3.8', '3.9', '3.10', '3.11'] experimental: [false] continue-on-error: ${{ matrix.experimental }} @@ -346,7 +346,7 @@ jobs: strategy: matrix: - python: ['3.8', '3.9', '3.10'] + python: ['3.8', '3.9', '3.10', '3.11'] os: [ubuntu-20.04, windows-latest] runs-on: ${{ matrix.os }} diff --git a/setup.py b/setup.py index 9b56902f3592..b2e1dd24ad62 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 +Programming Language :: Python :: 3.11 Programming Language :: Python :: Implementation :: CPython Topic :: Software Development Topic :: Scientific/Engineering