Skip to content

Commit

Permalink
python '3.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
yiitozer committed Dec 4, 2023
1 parent edf7470 commit d99319a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version:
- 3.8
- 3.9
- '3.10'
- 3.11

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'pysoundfile >= 0.9.0, < 1.0.0',
'scipy >= 1.7.0, < 2.0.0',
'libfmp >= 1.2.0, < 2.0.0'],
python_requires='>=3.7, <4.0',
python_requires='>=3.8, <4.0',
extras_require={
'tests': ['pytest == 6.2.*'],
'docs': ['sphinx == 4.0.*',
Expand Down

0 comments on commit d99319a

Please sign in to comment.