Skip to content

Commit 7ce6cdf

Browse files
committed
Update supported python versions.
1 parent 792b981 commit 7ce6cdf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- uses: actions/checkout@v3
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: windows-latest
3838
strategy:
3939
matrix:
40-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
40+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
4141

4242
steps:
4343
- uses: actions/checkout@v3
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: macos-latest
6161
strategy:
6262
matrix:
63-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
63+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
6464

6565
steps:
6666
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"numpy>=1.20.0",
1717
"diskcache>=5.6.1",
1818
]
19-
requires-python = ">=3.7"
19+
requires-python = ">=3.8"
2020

2121

2222
[project.optional-dependencies]

0 commit comments

Comments
 (0)