Skip to content

Commit 0033a3e

Browse files
authored
Merge pull request #48 from mfarragher/ci
Add setuptools to requirements_test file to enable CI/CD checks for Python 3.12+ to work
2 parents 82d136d + 8da2ab9 commit 0033a3e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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.13', '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)