Skip to content

Commit

Permalink
AU: 1 updated - python
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 4, 2019
1 parent e2cf73f commit 9f1befe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"3.4": "3.4.4.20180111",
"3.5": "3.5.4",
"3.6": "3.6.8",
"3.7": "3.7.2"
"3.7": "3.7.2",
"3.8": "3.8.0-a1"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.7.2</version>
<version>3.8.0-a1</version>
<title>Python</title>
<owners>chocolatey</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -24,7 +24,7 @@ Python is a programming language that lets you work more quickly and integrate y
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.7.2]" />
<dependency id="python3" version="[3.8.0-a1]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down

0 comments on commit 9f1befe

Please sign in to comment.