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 4776f84 commit e9095e0Copy full SHA for e9095e0
.github/workflows/publish.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Set up Python
71
uses: actions/setup-python@v5
72
with:
73
- python-version: 3.12
+ python-version: 3.13.7
74
75
- name: Extract version from tag
76
id: extract_version
pyproject.toml
@@ -28,7 +28,7 @@ classifiers = [
28
]
29
30
dynamic = ["dependencies", "optional-dependencies"]
31
-requires-python = ">=3.12"
+requires-python = ">=3.13.7"
32
33
[project.urls]
34
homepage = "https://github.com/AlbertUnruh/gypt-matplotlib"
0 commit comments