Skip to content

Commit

Permalink
Fix build (Remove Python 3.8 support) (#35)
Browse files Browse the repository at this point in the history
* drop python 3.8 support

* revert build trigger
  • Loading branch information
casper-hansen authored Nov 16, 2024
1 parent bedd059 commit 3d1413b
Showing 1 changed file with 1 addition and 1 deletion.
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", "3.12"]
pyver: ["3.9", "3.10", "3.11", "3.12"]
cuda: ["12.4.1"]
defaults:
run:
Expand Down

0 comments on commit 3d1413b

Please sign in to comment.