Skip to content

Commit c464c88

Browse files
authored
Run tests on Python 3.13 beta (#166)
1 parent c776232 commit c464c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
strategy:
2424
matrix:
25-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
25+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
2626
steps:
2727
- uses: actions/checkout@v4
2828
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)