Skip to content

Commit 55c182c

Browse files
authored
deps(#3778): update supported Python versions (#3783)
* deps(3778): update supported Python versions * deps(3778): update ci * deps(3778): fix quotation
1 parent 66d8268 commit 55c182c

File tree

5 files changed

+22
-156
lines changed

5 files changed

+22
-156
lines changed

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Set up Python
114114
uses: actions/setup-python@v5
115115
with:
116-
python-version: 3.9
116+
python-version: "3.10"
117117

118118
- name: Install and configure Poetry
119119
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
fail-fast: false
139139
matrix:
140-
python: [3.9, "3.10", "3.11"]
140+
python: ["3.10", "3.11", "3.12", "3.13"]
141141
os: [ubuntu-latest, macos-latest, windows-latest]
142142
defaults:
143143
run:
@@ -177,7 +177,7 @@ jobs:
177177
- name: Set up Python
178178
uses: actions/setup-python@v5
179179
with:
180-
python-version: 3.9
180+
python-version: "3.10"
181181

182182
- name: Install and configure Poetry
183183
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a

.github/workflows/pypi-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: 3.9
33+
python-version: 3.10
3434

3535
- name: Install and configure Poetry
3636
uses: snok/install-poetry@v1

.github/workflows/python-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Python
3939
uses: actions/setup-python@v5
4040
with:
41-
python-version: 3.9
41+
python-version: 3.10
4242

4343
- name: Install and configure Poetry
4444
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)