Skip to content

Commit

Permalink
Test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stub42 committed Sep 11, 2024
1 parent e5771ce commit 6f06144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
python test_zdump.py -vv
legacy:
name: "Older Python 3 Releases"
name: "Other Python 3 Releases"
runs-on: ubuntu-20.04

strategy:
matrix:
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.13"]

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

0 comments on commit 6f06144

Please sign in to comment.