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:
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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments