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 88df43e4..59842bcc 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -12,7 +12,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),