Skip to content

Commit

Permalink
remove py37; numpy as not compatible with npyio
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Sep 29, 2024
1 parent c401d31 commit 8cc9efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
# can't do pypy - no support for h5py
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-14
python-version: "3.7"
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -34,7 +33,7 @@ url = https://github.com/melizalab/arfx
[options]
zip_safe = false
packages = arfx
python_requires = >= 3.7
python_requires = >= 3.8
setup_requires =
setuptools >=58.1.0
install_requires =
Expand Down

0 comments on commit 8cc9efa

Please sign in to comment.