Skip to content

Commit

Permalink
Remove py36 wheel generation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alixinne committed Oct 23, 2022
1 parent 04a536f commit 04e6da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheels.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $PyVersionSuffix = ""
& $PyEnv install --list

# List of Python versions to build for
$PyVersions = "3.6.8", "3.7.9", "3.8.9", "3.9.12", "3.10.4"
$PyVersions = "3.7.9", "3.8.9", "3.9.12", "3.10.4"
ForEach ($PyVersion in $PyVersions) {
# Compute short version name
$ShortPyVersion = $PyVersion.Split(".")
Expand Down

0 comments on commit 04e6da7

Please # to comment.