Skip to content

Commit

Permalink
CI: add python 3.12 experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jul 17, 2024
1 parent 23cc069 commit 51e645e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ on:
jobs:
Tests:
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version: [3.9, 3.12]
requirements-level: [pypi]
experimental: [false]
include:
- python-version: 3.12
experimental: true
env:
DB: ${{ matrix.db-service }}
EXTRAS: tests
Expand Down

0 comments on commit 51e645e

Please sign in to comment.