Skip to content

Commit 53da240

Browse files
authored
ci: Add Python 3.12-dev to the testing (#224)
1 parent c2fc3b1 commit 53da240

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
- "3.8"
3232
- "3.9"
3333
- "3.10"
34-
- "3.11-dev"
34+
- "3.11"
35+
- "3.12-dev"
3536
steps:
3637
- uses: actions/checkout@v3
3738
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)