We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7824e commit 6f3753eCopy full SHA for 6f3753e
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
strategy:
61
matrix:
62
python:
63
- - "3.8" # oldest Python supported by PSF
+ - "3.9" # oldest Python supported by PSF
64
- "3.12" # newest Python that is stable
65
platform:
66
- ubuntu-latest
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
30
dependencies = ['importlib-metadata; python_version<"3.8"']
31
dynamic = ["version"]
32
# Require a min/specific Python version (comma-separated conditions)
33
-# python_requires = [">=3.8"]
+requires-python = ">=3.9"
34
35
[project.readme]
36
file = "README.rst"
0 commit comments