Skip to content

Commit 40d7644

Browse files
Test against Python 3.12
1 parent 7fda755 commit 40d7644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
python-version: ["3.9", "3.10", "3.11"]
39+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4040
steps:
4141
- uses: actions/checkout@v2
4242
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)