Skip to content

Commit 7e20ab6

Browse files
Test against supported python versions
1 parent bdc421e commit 7e20ab6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
python-version: ['3.10', '3.13']
23+
python-version: ['3.10', '3.11', '3.12', '3.13']
2424

2525
steps:
2626
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
extras_require={
2424
'NL': ['sastadev>=0.03']
2525
},
26-
python_requires='>=3.7',
26+
python_requires='>=3.10',
2727
zip_safe=True,
2828
entry_points={
2929
'console_scripts': [

0 commit comments

Comments
 (0)