Skip to content

Commit

Permalink
Merge pull request #19 from SachidanandAlle/patch-1
Browse files Browse the repository at this point in the history
Support python 3.12
  • Loading branch information
masadcv authored Oct 15, 2024
2 parents 504e1ce + 11bdfd5 commit f2bb64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-whl-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [windows-2019, macos-12]
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
# removed ubuntu from above due to many_linux issues with pytorch->pypi
# os: [windows-2019, ubuntu-20.04, macos-12]
steps:
Expand Down

0 comments on commit f2bb64f

Please sign in to comment.