From e1c5868ce2e8e7913c99d6ffea0e946ea0a1c414 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Tue, 14 Nov 2023 14:59:41 +0000 Subject: [PATCH] Remove py312 --- .github/workflows/test-install.yml | 2 +- .github/workflows/test-package.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index f9390c1d..da3bd632 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -19,7 +19,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12" + # - "3.12" runs-on: ${{ matrix.os }} steps: # This cancels any such job that is still runnning diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index b8cb3026..18e81a7c 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -11,7 +11,7 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12" + # - "3.12" igraph: ["igraph", "no-igraph"] steps: # This cancels any such job that is still runnning diff --git a/setup.py b/setup.py index f1595049..3a6e3cab 100644 --- a/setup.py +++ b/setup.py @@ -69,7 +69,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', - 'Programming Language :: Python :: 3.12', + # 'Programming Language :: Python :: 3.12', ], install_requires=install_requires, extras_require=dict(extras_require),