Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
04221f8d
Unverified
Commit
04221f8d
authored
Oct 11, 2019
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Python 3.8 build support
parent
ceb66a63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
make-linux-release.sh
+2
-2
No files found.
make-linux-release.sh
View file @
04221f8d
#!/bin/bash
#!/bin/bash
PYTHON_VERSIONS
=
"cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38
m
"
PYTHON_VERSIONS
=
"cp27-cp27m cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38"
cd
/io
cd
/io
/opt/python/cp37-cp37m/bin/pip install poetry
-U
/opt/python/cp37-cp37m/bin/pip install poetry
-U
...
@@ -11,5 +11,5 @@ cd /io
...
@@ -11,5 +11,5 @@ cd /io
-P
"3.5:/opt/python/cp35-cp35m/bin/python"
\
-P
"3.5:/opt/python/cp35-cp35m/bin/python"
\
-P
"3.6:/opt/python/cp36-cp36m/bin/python"
\
-P
"3.6:/opt/python/cp36-cp36m/bin/python"
\
-P
"3.7:/opt/python/cp37-cp37m/bin/python"
\
-P
"3.7:/opt/python/cp37-cp37m/bin/python"
\
-P
"3.8:/opt/python/cp38-cp38
m
/bin/python"
-P
"3.8:/opt/python/cp38-cp38/bin/python"
cd
-
cd
-
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment