Skip to content

Commit 180d762

Browse files
committed
setuptools: try for 3.12 CI/CD
1 parent 82d136d commit 180d762

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15-
python-version: ['3.11', '3.10', '3.9']
15+
python-version: ['3.12', '3.11', '3.10', '3.9']
1616
env:
1717
OS: ${{ matrix.os }}
1818
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
pytest
23
pytest-cov
34
pytest-mock

0 commit comments

Comments
 (0)