File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ ubuntu-latest ]
16- python-version : [3.10 , 3.12]
16+ python-version : [3.11 , 3.12]
1717 steps :
1818 - uses : actions/checkout@v2
1919 - name : Set up Python ${{ matrix.python-version }}
3030 runs-on : ubuntu-latest
3131 strategy :
3232 matrix :
33- python-version : [3.10 , 3.12]
33+ python-version : [3.11 , 3.12]
3434 steps :
3535 - uses : actions/checkout@v2
3636 - name : Set up Python ${{ matrix.python-version }}
4646 runs-on : ubuntu-latest
4747 strategy :
4848 matrix :
49- python-version : [3.10 , 3.12]
49+ python-version : [3.11 , 3.12]
5050 steps :
5151 - uses : actions/checkout@v2
5252 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ classifiers = [
2222 " Programming Language :: Python" ,
2323 " Programming Language :: Python :: 3 :: Only" ,
2424 " Programming Language :: Python :: 3.12" ,
25- " Programming Language :: Python :: 3.10 " ,
25+ " Programming Language :: Python :: 3.11 " ,
2626 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2727]
28- requires-python = " >=3.10 "
28+ requires-python = " >=3.11 "
2929dependencies = [
3030 " PyWavelets" ,
3131 " numpy" ,
You can’t perform that action at this time.
0 commit comments