Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37f9bd4

Browse files
authored
update python versions for CI (#692)
* drop py3.10 from CI, add py3.13 * use py3.12 for pypi publish * use py3.12 for regenerate screenshots
1 parent 04be32e commit 37f9bd4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
include:
26-
- name: Test py310
27-
pyversion: '3.10'
2826
- name: Test py311
2927
pyversion: '3.11'
3028
- name: Test py312
3129
pyversion: '3.12'
30+
- name: Test py313
31+
pyversion: '3.13'
3232
steps:
3333
- uses: actions/checkout@v4
3434
with:
@@ -79,12 +79,12 @@ jobs:
7979
fail-fast: false
8080
matrix:
8181
include:
82-
- name: Test py310
83-
pyversion: '3.10'
8482
- name: Test py311
8583
pyversion: '3.11'
8684
- name: Test py312
8785
pyversion: '3.12'
86+
- name: Test py313
87+
pyversion: '3.13'
8888
steps:
8989
- uses: actions/checkout@v4
9090
with:

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
2929
with:
30-
python-version: '3.10'
30+
python-version: '3.12'
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip

.github/workflows/screenshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
lfs: true
23-
- name: Set up Python 3.11
23+
- name: Set up Python 3.12
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.11'
26+
python-version: '3.12'
2727
- name: Install llvmpipe and lavapipe for offscreen canvas
2828
run: |
2929
sudo apt-get update -y -qq

0 commit comments

Comments
 (0)