Skip to content

Commit 7fb6fca

Browse files
committed
ci: test for python 3.10, 3.11 and 3.12
1 parent 60c2f2c commit 7fb6fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: true
3333
matrix:
34-
python-version: ["3.7", "3.8", "3.9"]
34+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
3535
steps:
3636
- uses: actions/checkout@v3
3737
- name: Set up Python
@@ -105,7 +105,7 @@ jobs:
105105
strategy:
106106
fail-fast: false
107107
matrix:
108-
python-version: ["3.7", "3.8", "3.9"]
108+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
109109
steps:
110110
- uses: actions/checkout@v3
111111
- name: Set up Python

0 commit comments

Comments
 (0)