Skip to content

Commit

Permalink
Restore other Python Versions
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis <[email protected]>
  • Loading branch information
DarkaMaul committed Nov 1, 2024
1 parent d2f4c36 commit c199c02
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
strategy:
matrix:
python:
# - "3.9"
# - "3.10"
# - "3.11"
# - "3.12"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"

runs-on: windows-latest
Expand All @@ -71,8 +71,6 @@ jobs:
run: |
curl.exe -o "c:\\${env:OPENSSL_INSTALLER}" -fsSL "https://slproweb.com/download/${env:OPENSSL_INSTALLER}"
Start-Process -FilePath "c:\\${env:OPENSSL_INSTALLER}" -ArgumentList "/silent /verysilent /DIR=${env:OPENSSL_PATH}" -NoNewWindow -Wait
echo "Installed OpenSSL version:"
Start-Process -FilePath "${env:OPENSSL_PATH}\\bin\\openssl.exe" -ArgumentList "version" -Wait -NoNewWindow
- name: Setup rust
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
Expand Down

0 comments on commit c199c02

Please sign in to comment.