We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2429c55 commit 94b5bf7Copy full SHA for 94b5bf7
.github/workflows/CI.yml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ubuntu-latest
45
strategy:
46
matrix:
47
- python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.10', 'pypy-3.11']
+ python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11']
48
postgres-version: ['14', '15', '16', '17', '18']
49
services:
50
database:
0 commit comments