Skip to content

Commit

Permalink
Run tests on newer Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leorudczenko committed Nov 26, 2024
1 parent bf39be6 commit 6575b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
paths:
- '**.py'
- '.github/workflows/test.yml'

jobs:
flake8_py3:
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
--health-retries 5
strategy:
matrix:
python-version: [3.9, '3.10', 3.11]
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 6575b3e

Please sign in to comment.