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
68362172
Unverified
Commit
68362172
authored
Sep 01, 2022
by
Matthew Brett
Committed by
GitHub
Sep 01, 2022
Browse files
Merge pull request #480 from hugovk/update-3.11
Update 3.11.0 to RC1
parents
85467f2c
f6cd3783
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
README.rst
README.rst
+4
-2
osx_utils.sh
osx_utils.sh
+2
-2
No files found.
README.rst
View file @
68362172
...
@@ -132,7 +132,8 @@ The Travis CI scripts are designed to build *and test*:
...
@@ -132,7 +132,8 @@ The Travis CI scripts are designed to build *and test*:
where `X` is any valid Manylinux version: `1`, `2010`, `2014`, `_2_24` or `_2_28`.
where `X` is any valid Manylinux version: `1`, `2010`, `2014`, `_2_24` or `_2_28`.
* 32-bit ``manylinuxX_i686`` wheels, both narrow and wide Unicode builds
* 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, 3.8, 3.9 and 3.10.
You can currently build and test against Pythons 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
and 3.11.
The small innovation here is that you can test against Linux 32-bit builds, both
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
wide and narrow Unicode Python 2 builds, which was not easy on the default
...
@@ -143,7 +144,8 @@ The AppVeyor setup is designed to build *and test*:
...
@@ -143,7 +144,8 @@ The AppVeyor setup is designed to build *and test*:
* 64-bit Windows ``win_amd64`` wheels
* 64-bit Windows ``win_amd64`` wheels
* 32-bit Windows ``win32`` wheels
* 32-bit Windows ``win32`` wheels
You can currently build and test against Pythons 2.7, 3.5, 3.6, 3.7, 3.8, 3.9 and 3.10.
You can currently build and test against Pythons 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10
and 3.11.
*****************
*****************
How does it work?
How does it work?
...
...
osx_utils.sh
View file @
68362172
...
@@ -10,7 +10,7 @@ MACPYTHON_URL=https://www.python.org/ftp/python
...
@@ -10,7 +10,7 @@ MACPYTHON_URL=https://www.python.org/ftp/python
MACPYTHON_PY_PREFIX
=
/Library/Frameworks/Python.framework/Versions
MACPYTHON_PY_PREFIX
=
/Library/Frameworks/Python.framework/Versions
WORKING_SDIR
=
working
WORKING_SDIR
=
working
# As of
2 Aug
2022 - latest Python of each version with binary download
# As of
1 Sep
2022 - latest Python of each version with binary download
# available.
# available.
# See: https://www.python.org/downloads/macos/
# See: https://www.python.org/downloads/macos/
LATEST_2p7
=
2.7.18
LATEST_2p7
=
2.7.18
...
@@ -20,7 +20,7 @@ LATEST_3p7=3.7.9
...
@@ -20,7 +20,7 @@ LATEST_3p7=3.7.9
LATEST_3p8
=
3.8.10
LATEST_3p8
=
3.8.10
LATEST_3p9
=
3.9.13
LATEST_3p9
=
3.9.13
LATEST_3p10
=
3.10.6
LATEST_3p10
=
3.10.6
LATEST_3p11
=
3.11.0
b5
LATEST_3p11
=
3.11.0
rc1
function
check_python
{
function
check_python
{
...
...
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