From e4b340043ef4d37abe0f8eba53dcb507262f010e Mon Sep 17 00:00:00 2001 From: Trim21 Date: Fri, 13 Dec 2024 21:07:10 +0800 Subject: [PATCH] ci: add py313 to test matrix (#516) --- .github/workflows/ci.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 367ad1e4..8c4251ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -31,8 +31,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-depth: 2 - uses: actions/setup-python@v5 with: @@ -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