Skip to content

Commit

Permalink
Python 3.12 ci testing (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 authored Oct 9, 2024
1 parent 39e1930 commit 72ae2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ torchvision>=0.11.0

lightning-bolts
matplotlib
numpy
numpy<2.0.0
scipy
scikit-learn
scprep
Expand Down

0 comments on commit 72ae2fd

Please sign in to comment.