We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff10b0 commit 91de779Copy full SHA for 91de779
source/specifications/pylock-toml/pylock.example.toml
@@ -1,6 +1,6 @@
1
lock-version = '1.0'
2
environments = ["sys_platform == 'win32'", "sys_platform == 'linux'"]
3
-requires-python = '== 3.12'
+requires-python = '== 3.12.*'
4
created-by = 'mousebender'
5
6
[[packages]]
0 commit comments