Skip to content

Commit 1954e73

Browse files
committed
move to 3.13-rc2 in CI
1 parent f1c7904 commit 1954e73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
21+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.2']
2222
django-version:
2323
- '3.2' # LTS April 2024
2424
- '4.2' # LTS April 2026
@@ -37,11 +37,11 @@ jobs:
3737
django-version: '5.1'
3838
- python-version: '3.9'
3939
django-version: '5.1'
40-
- python-version: '3.13.0-rc.1'
40+
- python-version: '3.13.0-rc.2'
4141
django-version: '3.2'
42-
- python-version: '3.13.0-rc.1'
42+
- python-version: '3.13.0-rc.2'
4343
django-version: '4.2'
44-
- python-version: '3.13.0-rc.1'
44+
- python-version: '3.13.0-rc.2'
4545
django-version: '5.0'
4646

4747
steps:
@@ -57,7 +57,7 @@ jobs:
5757
virtualenvs-create: true
5858
virtualenvs-in-project: true
5959
- name: Install libopenblas-dev
60-
if: matrix.python-version == '3.13.0-rc.1'
60+
if: matrix.python-version == '3.13.0-rc.2'
6161
run: sudo apt-get install libopenblas-dev
6262
- name: Install Release Dependencies
6363
run: |

0 commit comments

Comments
 (0)