Skip to content

Commit

Permalink
ci: add py313 to test matrix (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Dec 13, 2024
1 parent a89aa18 commit e4b3400
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
transmission: ["version-3.00-r8", "4.0.5"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

services:
transmission:
Expand All @@ -31,8 +31,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -61,14 +59,12 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- run: sudo apt-get install -y transmission-daemon
- run: mkdir -p $HOME/Downloads
- run: transmission-daemon --rpc-bind-address unix:/tmp/transmission.socket
- uses: actions/setup-python@v5
with:
python-version: 3.9 # Oldest version available for ubuntu-24.04
python-version: '3.10'
cache: pip
- run: pip install -e .[dev]
- run: coverage run -m pytest
Expand Down

0 comments on commit e4b3400

Please sign in to comment.