Skip to content

Commit 41b8bd6

Browse files
committed
Add setuptools into installation list
See https://docs.python.org/3/whatsnew/3.12.html for documentation on its possible removal in virtual environments.
1 parent 939d9ff commit 41b8bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ['3.9', '3.10', '3.11'] #'3.13' , '3.12'
11+
python-version: ['3.9', '3.10', '3.11', '3.12'] #'3.13'
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -22,6 +22,7 @@ jobs:
2222
python -m pip install pytest pytest-mock pytest-cov
2323
pip install -r requirements.txt
2424
pip install CytofDR
25+
python -m pip install setuptools
2526
python setup.py install
2627
- name: Test with pytest
2728
run: |

0 commit comments

Comments
 (0)