Skip to content

Commit

Permalink
disable py3.11 tests, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Aug 23, 2023
1 parent 80b9d8f commit 4fa4790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11'] # TODO: 3.12
python-version: ['3.10'] # TODO: 3.11, 3.12
postgres-version: ['10', '15']
runs-on: ubuntu-latest
services:
Expand Down

0 comments on commit 4fa4790

Please sign in to comment.