Skip to content

Commit 0254779

Browse files
authored
upgrade to Python 3.13 (#43)
1 parent 9ccfdd1 commit 0254779

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242

4343
- name: Setup Python
4444
uses: actions/setup-python@v6
45+
with:
46+
python-version-file: .python-version
4547

4648
# Add a retry to avoid issues when this action is running
4749
# right after the package is published on PyPi

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11
1+
3.13

0 commit comments

Comments
 (0)