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 bad1c94 commit 8117ebcCopy full SHA for 8117ebc
types/version.pp
@@ -1,8 +1,8 @@
1
# @summary Match all valid versions for python
2
#
3
-type Python::Version = Pattern[
+type Python::Version = Variant[ Integer, Pattern[
4
/\A(python)?[0-9](\.?[0-9])*/,
5
/\Apypy\Z/,
6
/\Asystem\Z/,
7
/\Arh-python[0-9]{2}(?:-python)?\Z/
8
-]
+]]
0 commit comments