Skip to content

Commit 023d791

Browse files
authored
Update the .python-version version to 3.9 (#3383)
Symptom: python dependabot updates were updating but not to the latest available. Cause: Dependabot currently looks at .python-version [1]. As a result, as we keep using python 3.9+, we are at risk if we keep building for a higher python while the packages are only compatible with 3.7. Changes: Only pinned the major.minor version because dependabot is always updating the patch version [2]. [1] dependabot/dependabot-core#1455 [2] https://github.com/web-platform-tests/wpt.fyi/blob/dc1c8c42900f1a7fc986294385cc2aacfab6535f/.github/dependabot.yml#L42-L43
1 parent dc1c8c4 commit 023d791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

results-processor/.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12
1+
3.9

0 commit comments

Comments
 (0)