Skip to content

Commit 72ae2fd

Browse files
authored
Python 3.12 ci testing (#139)
1 parent 39e1930 commit 72ae2fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
17-
python-version: ["3.8", "3.9", "3.10", "3.11"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
steps:
2020
- name: Checkout

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ torchvision>=0.11.0
33

44
lightning-bolts
55
matplotlib
6-
numpy
6+
numpy<2.0.0
77
scipy
88
scikit-learn
99
scprep

0 commit comments

Comments
 (0)