Skip to content

Commit

Permalink
test 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Jul 27, 2024
1 parent b6ac589 commit b6efec8
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 @@ -44,6 +44,12 @@ jobs:
matrix:
python-version: ['3.8', '3.12']
db-backend: [mysql, postgres]
# test Python 3.13 already using 3.13-dev
# 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-dev'
db-backend: postgres
name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})"
needs: lint
steps:
Expand Down

0 comments on commit b6efec8

Please sign in to comment.