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 4a624f5 commit 44711f9Copy full SHA for 44711f9
.github/workflows/build.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Python
27
uses: actions/setup-python@v5
28
with:
29
- python-version: 3.14
+ python-version: 3.13
30
31
- name: Install detect-secrets
32
run: |
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
- name: Install Publishing Tools
84
README.md
@@ -9,7 +9,7 @@ This project contains core functionality required by Python code generated by th
9
(openapi-sdkgen).
10
11
# Python Version
12
-The current minimum Python version supported is 3.9.
+The current minimum Python version supported is 3.10.
13
14
## Installation
15
0 commit comments