Skip to content

Commit

Permalink
Update CD/CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Kamina committed Aug 24, 2024
1 parent 27c4afa commit a0f2a10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: >
python -m pip install
--only-binary=pillow
twisted[tls]==24.3.0
twisted[tls]==22.8.0
libtorrent==${{ matrix.libtorrent }}
pyinstaller
pygame
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
test-linux:
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.7", "3.10"]
os: ["ubuntu-24.04"]
include:
- os: ubuntu-22.04
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
python-version: ["3.7", "3.9", "3.10"]
python-version: ["3.7", "3.10"]
arch: ["x64"]

steps:
Expand Down

0 comments on commit a0f2a10

Please sign in to comment.