Skip to content

Commit

Permalink
Drop Python 3.12 support
Browse files Browse the repository at this point in the history
pyshacl imports a deprecated API `pkg_resources`. We'll have to wait
for pyshacl to support Python 3.12.
  • Loading branch information
tcmitchell committed Oct 16, 2023
1 parent 3773e1a commit 22daaf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# Default builds are on Ubuntu
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
include:
# Also test on macOS and Windows using latest Python 3
- os: macos-latest
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
# What does your project relate to?
keywords='synthetic biology',
Expand Down

0 comments on commit 22daaf9

Please sign in to comment.