Skip to content

Commit

Permalink
Update Python Versions in CI
Browse files Browse the repository at this point in the history
3.7 is eol 3.8 is oldest still in support 3.10 is newest libtorrent provides wheels for.
  • Loading branch information
doadin committed Sep 13, 2023
1 parent 649f431 commit a96247e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
python-version: ["3.7", "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit a96247e

Please sign in to comment.