Skip to content

Commit 99990cd

Browse files
committed
Make Versions consistent.
1 parent 287168e commit 99990cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717

1818
steps:
1919
- uses: actions/checkout@v2

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ authors = [
1010
]
1111
license = { file = "LICENSE" }
1212
readme = "README.md"
13-
requires-python = ">=3.10"
13+
requires-python = ">=3.9"
1414
classifiers = [
1515
'Programming Language :: Python',
1616
'Programming Language :: Python :: 3',
17+
'Programming Language :: Python :: 3.9',
1718
'Programming Language :: Python :: 3.10',
1819
'Programming Language :: Python :: 3.11',
1920
'Programming Language :: Python :: 3.12',

0 commit comments

Comments
 (0)