From db16655d160723e050cbf988c19551871af7621e Mon Sep 17 00:00:00 2001 From: Yevhenii Havrylko Date: Tue, 25 Jul 2023 14:38:19 -0400 Subject: [PATCH] Add python 3.11 --- .github/workflows/conda-package.yml | 8 ++++---- setup.py | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) 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