Skip to content

Commit

Permalink
feat: support py3.8 -> py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 23, 2024
1 parent d72b181 commit e8dadb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run tests
run: |
./test.sh
- name: Lint with flake8
run: |
pip install flake8
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ classifiers=
Intended Audience :: Science/Research
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Scientific/Engineering

[options]
Expand Down

0 comments on commit e8dadb5

Please sign in to comment.