Skip to content

Commit 59a86a1

Browse files
committed
update python.
1 parent 4690c4e commit 59a86a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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 }}
@@ -30,7 +30,7 @@ jobs:
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 }}
@@ -46,7 +46,7 @@ jobs:
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 }}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2929
dependencies = [
3030
"PyWavelets",
3131
"numpy",

0 commit comments

Comments
 (0)