Skip to content

Commit e74b9a9

Browse files
authored
Test against Python 3.12 stable and 3.13-dev
1 parent 950b53a commit e74b9a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- "3.9"
3333
- "3.10"
3434
- "3.11"
35-
- "3.12-dev"
35+
- "3.12"
36+
- "3.13-dev"
3637
steps:
3738
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
3839
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)