Skip to content

Commit ce5a629

Browse files
committed
Update Python version matrix in GitHub Actions workflow to include 3.13
1 parent 861660f commit ce5a629

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.9, "3.10", "3.11", "3.12"]
16+
python-version: ["3.10", "3.11", "3.12", "3.13"]
17+
# Including Python 3.10 (LTS until 2026) and latest stable versions
18+
# GitHub Actions automatically gets the latest patch versions
1719

1820
steps:
1921
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)