Skip to content

Commit

Permalink
Test with Python 3.7 and 3.10 (hoechenberger#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Oct 5, 2022
1 parent bc91c98 commit e36a821
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
# python-version: [3.7, 3.8, 3.9]
python-version: [3.9]
python-version: [3.7, "3.10"] # min and max supported versions

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ classifiers =
Intended Audience :: Science/Research
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9

[options]
python_requires = >=3.7
Expand Down

0 comments on commit e36a821

Please sign in to comment.