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.
2 parents df8ce71 + fac3b30 commit d72bccaCopy full SHA for d72bcca
.github/workflows/bump-version.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Set up Python
39
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
40
with:
41
- python-version: '3.13'
+ python-version: '3.14'
42
43
- name: Install dependencies
44
run: |
.github/workflows/publish-to-pypi.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
.python-version
@@ -1 +1 @@
1
-3.13
+3.14
0 commit comments