Skip to content

Commit

Permalink
Remove py312
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Nov 14, 2023
1 parent 3ce9133 commit e1c5868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit e1c5868

Please sign in to comment.