Skip to content

Commit

Permalink
Merge pull request #49 from rpm-software-management/add-py-313
Browse files Browse the repository at this point in the history
[ci] Add Python 3.13 to the CI
  • Loading branch information
dcermak authored Jan 1, 2025
2 parents cb7d0cb + 25abfcf commit bcdc006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/setup-python@v5
Expand Down

0 comments on commit bcdc006

Please sign in to comment.