Skip to content

Commit ae7bbf3

Browse files
committed
Run tests against Python 3.13 pre-release
1 parent d084fec commit ae7bbf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ matrix.python-version }}
30+
allow-prereleases: true
3031
- name: Install dependencies
3132
run: pip install -r requirements.txt
3233
- name: Install package

0 commit comments

Comments
 (0)