From 1969b7276e819d180ea44d8992ddc24e4c573b3b Mon Sep 17 00:00:00 2001 From: Nico de Vos Date: Wed, 17 Jan 2024 11:04:13 -0800 Subject: [PATCH 1/2] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a33fd2a..e9803cb 100644 --- a/setup.py +++ b/setup.py @@ -50,5 +50,6 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Scientific/Engineering'], ) From 158cd69212a98d6af72980624869e9c77b9f3910 Mon Sep 17 00:00:00 2001 From: Nico de Vos Date: Wed, 17 Jan 2024 11:04:46 -0800 Subject: [PATCH 2/2] Update python-package.yml --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 4c0331b..be31019 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3