Skip to content

Commit

Permalink
Drop python3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonesjtu committed Jul 26, 2024
1 parent 563cfc4 commit 30922e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@
license='MIT',
include_package_data=True,
zip_safe=True,
python_requires='>=3.8',
install_requires=[
'setuptools',
'calmsize',
'pandas>=0.18',
'torch>=1.4',
'torch>=2.0',
],
extras_require={
'ipython': ['IPython>=0.13'],
Expand Down

0 comments on commit 30922e8

Please sign in to comment.