Skip to content

Commit

Permalink
CI more things
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Aug 17, 2024
1 parent 5514a83 commit ff470aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
twisted-version: [tx18, tx19, tx20, tx21]
twisted-version: [tx18, tx19, tx20, tx21, tx22, tx23, tx24]
include:
- python-version: "3.11"
twisted-version: "tx22"
twisted-version: "tx24"
- python-version: "3.12"
twisted-version: "tx24"
- python-version: "3.13"
twisted-version: "tx24"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ff470aa

Please sign in to comment.