File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
23
23
fail-fast : false
24
24
matrix :
25
25
include :
26
- - name : Test py310
27
- pyversion : ' 3.10'
28
26
- name : Test py311
29
27
pyversion : ' 3.11'
30
28
- name : Test py312
31
29
pyversion : ' 3.12'
30
+ - name : Test py313
31
+ pyversion : ' 3.13'
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
with :
@@ -79,12 +79,12 @@ jobs:
79
79
fail-fast : false
80
80
matrix :
81
81
include :
82
- - name : Test py310
83
- pyversion : ' 3.10'
84
82
- name : Test py311
85
83
pyversion : ' 3.11'
86
84
- name : Test py312
87
85
pyversion : ' 3.12'
86
+ - name : Test py313
87
+ pyversion : ' 3.13'
88
88
steps :
89
89
- uses : actions/checkout@v4
90
90
with :
Original file line number Diff line number Diff line change 27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
29
29
with :
30
- python-version : ' 3.10 '
30
+ python-version : ' 3.12 '
31
31
- name : Install dependencies
32
32
run : |
33
33
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
20
20
- uses : actions/checkout@v4
21
21
with :
22
22
lfs : true
23
- - name : Set up Python 3.11
23
+ - name : Set up Python 3.12
24
24
uses : actions/setup-python@v5
25
25
with :
26
- python-version : ' 3.11 '
26
+ python-version : ' 3.12 '
27
27
- name : Install llvmpipe and lavapipe for offscreen canvas
28
28
run : |
29
29
sudo apt-get update -y -qq
You can’t perform that action at this time.
0 commit comments