Skip to content

Commit

Permalink
ci: add python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Sep 18, 2024
1 parent 7562239 commit f1fa8c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
matrix:
python-version: ['3.8', '3.12']
db-backend: [mysql, postgres]
# test Python 3.13 already
# release is scheduled for 2024-10-01 (https://peps.python.org/pep-0719/)
# when released: replace "python-version: ['3.8', '3.12']" with python-version: ['3.8', '3.13']
include:
- python-version: '3.13'
db-backend: postgres
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit f1fa8c0

Please sign in to comment.