Skip to content

Commit 4d52502

Browse files
authored
ci: test on 3.13
1 parent 830971b commit 4d52502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest]
26-
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8"]
26+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
2727
include:
2828
- os: windows-latest
2929
python-version: "3.12"
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
cache: "pip"
40+
allow-prereleases: true
4041
- name: Persistent .pipx_tests/package_cache
4142
uses: actions/cache@v4
4243
with:

0 commit comments

Comments
 (0)