Skip to content

Commit

Permalink
Run tests on 3.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Oct 30, 2024
1 parent 6124999 commit 79341e1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,27 +193,24 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
twisted-version: ["21.2", "22.1", "23.8"]
tox-prefix: ["coverage"]
optional: [false]
include:
- os: "ubuntu-latest"
python-version: "pypy-3.8"
twisted-version: "23.8"
tox-prefix: "test"
optional: false
- os: "ubuntu-latest"
python-version: "pypy-3.9"
twisted-version: "23.8"
tox-prefix: "test"
optional: false
# Test Python 3.12 but allow it to fail
- os: "ubuntu-latest"
python-version: "3.12.0"
twisted-version: "23.8"
tox-prefix: "test"
optional: true
- os: "ubuntu-latest"
python-version: "3.13.0"
twisted-version: "24.10"
tox-prefix: "test"

steps:

Expand Down

0 comments on commit 79341e1

Please sign in to comment.