Skip to content

Commit 85760d7

Browse files
authored
Test Python 3.13 (#352)
1 parent 4104f3e commit 85760d7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .github/workflows/check.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
py:
23+
- "3.13"
2324
- "3.12"
2425
- "3.11"
2526
- "3.10"
@@ -46,6 +47,7 @@ jobs:
4647
uses: actions/setup-python@v5
4748
with:
4849
python-version: ${{ matrix.py }}
50+
allow-prereleases: true
4951
- name: Pick environment to run
5052
run: |
5153
import os; import platform; import sys; from pathlib import Path

Diff for: tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ requires =
33
tox>=4.2
44
env_list =
55
fix
6+
py313
67
py312
78
py311
89
py310

0 commit comments

Comments
 (0)