Skip to content

Commit

Permalink
ci: re-enable py312 (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
purificant committed Jan 18, 2024
1 parent d730dfd commit 4773a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-smoketests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ] # disabling windows-latest for now
python: [ '3.8', '3.9', '3.10', '3.11'] # disabling '3.12' for now
python: [ '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ Cython>=0.29.28
git+https://github.com/plasma-umass/crdp.git#egg=crdp
ipython>=8.10
Jinja2==3.0.3
lxml==4.9.1
lxml==5.1.0
packaging==20.9
psutil>=5.9.2
pyperf==2.0.0
rich>=10.7.0
setuptools>=65.5.1
pip~=21.1.2
pynvml~=11.0.0
wheel~=0.38.1

0 comments on commit 4773a98

Please sign in to comment.