We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfda877 commit 4e29a4eCopy full SHA for 4e29a4e
.github/workflows/ci.yml
@@ -150,7 +150,7 @@ jobs:
150
strategy:
151
fail-fast: true
152
matrix:
153
- python-version: ["3.10"] # 3.12 ltm-2.4 is tested in unittest_report stage.
+ python-version: ["3.11"] # 3.12 ltm-2.4 is tested in unittest_report stage. 3.10 isn't compatible with Fakenos
154
db-backend: ["postgresql"]
155
nautobot-version: ["2.4"]
156
include:
0 commit comments