Skip to content

Commit

Permalink
ci: dropped support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Barrow committed Aug 19, 2024
1 parent d974aab commit 54028d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,16 @@ archs = ["auto64"]
environment = { PATH="$PATH:./opt" }

build = [
"cp38-manylinux_x86_64",
"cp39-manylinux_x86_64",
"cp310-manylinux_x86_64",
"cp311-manylinux_x86_64",
"cp312-manylinux_x86_64",
"cp38-macosx_x86_64",
"cp38-macosx_arm64",
"cp39-macosx_x86_64",
"cp39-macosx_arm64",
"cp310-macosx_x86_64",
"cp310-macosx_arm64",
"cp311-macosx_x86_64",
"cp311-macosx_arm64",
"cp38-win_amd64",
"cp39-win_amd64",
"cp310-win_amd64",
"cp311-win_amd64",
Expand Down

0 comments on commit 54028d7

Please sign in to comment.