Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
0ed3689d
Commit
0ed3689d
authored
Oct 13, 2020
by
Andrew Murray
Browse files
Python 3.9 can now be tested on Travis CI [ci skip]
parent
8882150d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.rst
README.rst
+4
-1
No files found.
README.rst
View file @
0ed3689d
...
...
@@ -44,7 +44,7 @@ The Travis CI scripts are designed to build *and test*:
* 64-bit ``manylinuxX_x86_64`` wheels, both narrow and wide Unicode builds, where `X` is any valid Manylinux version, such as `1`, or `2010`
* 32-bit ``manylinuxX_i686`` wheels, both narrow and wide Unicode builds
You can currently build and test against Pythons 2.7, 3.5, 3.6, 3.7 and 3.
8
You can currently build and test against Pythons 2.7, 3.5, 3.6, 3.7
, 3.8
and 3.
9
The small innovation here is that you can test against Linux 32-bit builds, both
wide and narrow Unicode Python 2 builds, which was not easy on the default
...
...
@@ -326,6 +326,9 @@ To use these scripts
- os: osx
env:
- MB_PYTHON_VERSION=3.8
- os: osx
env:
- MB_PYTHON_VERSION=3.9
- os: osx
language: generic
env:
...
...
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