Skip to content

Commit 9322ea9

Browse files
committed
extends testing to python 3.12
1 parent 0c4cb23 commit 9322ea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
os: [ubuntu-latest]
8-
python-version: ['3.7.16', '3.8', '3.9', '3.10', '3.11']
8+
python-version: ['3.7.16', '3.8', '3.9', '3.10', '3.11', '3.12']
99
name: Tests-linux
1010
runs-on: ${{ matrix.os }}
1111
steps:
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
os: [macos-13]
62-
python-version: ['3.7.16', '3.8', '3.9', '3.10', '3.11']
62+
python-version: ['3.7.16', '3.8', '3.9', '3.10', '3.11', '3.12']
6363
name: Tests-macos
6464
runs-on: ${{ matrix.os }}
6565
steps:
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
matrix:
109109
os: [windows-latest]
110-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
110+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
111111
name: Tests-windows
112112
runs-on: ${{ matrix.os }}
113113
steps:

0 commit comments

Comments
 (0)