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 e61a9df commit 750a189Copy full SHA for 750a189
.github/workflows/main.yml
@@ -35,15 +35,13 @@ jobs:
35
# https://blog.jaraco.com/efficient-use-of-ci-resources/
36
matrix:
37
python:
38
- - "3.8"
+ - "3.9"
39
- "3.13"
40
platform:
41
- ubuntu-latest
42
- macos-latest
43
- windows-latest
44
include:
45
- - python: "3.9"
46
- platform: ubuntu-latest
47
- python: "3.10"
48
platform: ubuntu-latest
49
- python: "3.11"
pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3",
17
"Programming Language :: Python :: 3 :: Only",
18
]
19
-requires-python = ">=3.8"
+requires-python = ">=3.9"
20
dependencies = [
21
22
dynamic = ["version"]
0 commit comments