Skip to content

Commit 168f539

Browse files
authored
Fix broken CI (#1006)
The jobs are currently failing due to a mismatch in Python versions. The reason is that we implicitly use the latest `sphinxdoc/sphinx` image while relying on a specific version of Python being available. It might be a good idea to pin the docker image versions to avoid surprises like this in the future.
1 parent 018b1a8 commit 168f539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ doc8 = "*"
2020
sphinx-autobuild = "*"
2121

2222
[requires]
23-
python_version = "3.11"
23+
python_version = "3.12"

0 commit comments

Comments
 (0)