Skip to content

Commit 44711f9

Browse files
committed
build: update readme
Signed-off-by: Lídia Tarcza <[email protected]>
1 parent 4a624f5 commit 44711f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Python
2727
uses: actions/setup-python@v5
2828
with:
29-
python-version: 3.14
29+
python-version: 3.13
3030

3131
- name: Install detect-secrets
3232
run: |
@@ -78,7 +78,7 @@ jobs:
7878
- name: Setup Python
7979
uses: actions/setup-python@v5
8080
with:
81-
python-version: 3.14
81+
python-version: 3.13
8282

8383
- name: Install Publishing Tools
8484
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project contains core functionality required by Python code generated by th
99
(openapi-sdkgen).
1010

1111
# Python Version
12-
The current minimum Python version supported is 3.9.
12+
The current minimum Python version supported is 3.10.
1313

1414
## Installation
1515

0 commit comments

Comments
 (0)