We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35c857d + 1cf7a9d commit 70f77e9Copy full SHA for 70f77e9
git.json
@@ -25,10 +25,7 @@
25
"product_version_regex": ".*",
26
"min_phantom_version": "6.3.0",
27
"fips_compliant": true,
28
- "python_version": [
29
- "3.9",
30
- "3.13"
31
- ],
+ "python_version": "3.9, 3.13",
32
"logo": "logo_git.svg",
33
"logo_dark": "logo_git_dark.svg",
34
"latest_tested_versions": [
release_notes/unreleased.md
@@ -1 +1,2 @@
1
**Unreleased**
2
+* Fix python_version 3.13 format
0 commit comments