Skip to content

Commit b2ed91d

Browse files
authored
Merge pull request #188 from JayBazuzi/python-3.12
. t Add Python 3.12 to test matrix
2 parents 91b60f5 + 3e57a75 commit b2ed91d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
python-version: [3.8, 3.9, "3.10", "3.11"]
12+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414

1515
steps:

requirements.test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
setuptools
12
numpy
23
pylint
34
pytest-asyncio==0.21.1 # 0.23 has a bug 2023/12/3

0 commit comments

Comments
 (0)