Skip to content

Commit 18bfb1a

Browse files
Update Python
1 parent 4776f84 commit 18bfb1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up Python
7171
uses: actions/setup-python@v5
7272
with:
73-
python-version: 3.12
73+
python-version: 3.13.7
7474

7575
- name: Extract version from tag
7676
id: extract_version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929

3030
dynamic = ["dependencies", "optional-dependencies"]
31-
requires-python = ">=3.12"
31+
requires-python = ">=3.13.6"
3232

3333
[project.urls]
3434
homepage = "https://github.com/AlbertUnruh/gypt-matplotlib"

0 commit comments

Comments
 (0)