Skip to content

Commit

Permalink
Drop python 3.10, add 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge authored Feb 7, 2025
1 parent aca70ec commit 34becd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.11", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.11", "3.13"]
extension: ["none", "alphanumeric-en_US"]
env:
AUTOPKGTEST_TMP: /tmp
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"] # Just latest to keep number of combinations down.
python-version: ["3.13"] # Just latest to keep number of combinations down.

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

0 comments on commit 34becd0

Please sign in to comment.