We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a5272 commit a15fc67Copy full SHA for a15fc67
.github/workflows/cd.yml
@@ -58,7 +58,7 @@ jobs:
58
59
strategy:
60
matrix:
61
- python-version: ['3.10','3.12','3.13']
+ python-version: ['3.10', '3.13']
62
63
services:
64
postgres:
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
+ python-version: ['3.10','3.13']
41
42
43
rabbitmq:
0 commit comments