Skip to content

Commit

Permalink
Add Python 3.12 support. Depcrecate Python 3.8 due to Torch 2.5 not s…
Browse files Browse the repository at this point in the history
…upporting it.
  • Loading branch information
casper-hansen committed Nov 16, 2024
1 parent 2fd00b6 commit b992e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-latest]
pyver: ["3.8", "3.9", "3.10", "3.11"]
pyver: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"Environment :: GPU :: NVIDIA CUDA :: 12",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: C++",
],
}
Expand Down

0 comments on commit b992e3a

Please sign in to comment.