-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Python 3.12 beta 1 (#1507)
* feat: add Python 3.12 beta 1 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * fix: try updating some versions to (near) final 3.6 supported version Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * tests: skip dep check on 3.6 Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update test pip version pin * Fix expected wheels check --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Joe Rickerby <joerick@mac.com>
- Loading branch information
Showing
20 changed files
with
112 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# nox -s update_constraints-3.12 | ||
# | ||
delocate==0.10.4 | ||
# via -r cibuildwheel/resources/constraints.in | ||
distlib==0.3.6 | ||
# via virtualenv | ||
filelock==3.12.0 | ||
# via virtualenv | ||
packaging==23.1 | ||
# via delocate | ||
platformdirs==3.5.1 | ||
# via virtualenv | ||
typing-extensions==4.6.2 | ||
# via delocate | ||
virtualenv==20.23.0 | ||
# via -r cibuildwheel/resources/constraints.in | ||
wheel==0.40.0 | ||
# via -r cibuildwheel/resources/constraints.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==23.1.2 | ||
# via -r cibuildwheel/resources/constraints.in | ||
setuptools==67.8.0 | ||
# via -r cibuildwheel/resources/constraints.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,49 @@ | ||
[x86_64] | ||
manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-05-01-496eb35 | ||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-04-30-c9c30dc | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-04-30-c9c30dc | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-05-24-3bf828e | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-05-24-3bf828e | ||
|
||
[i686] | ||
manylinux1 = quay.io/pypa/manylinux1_i686:2023-05-01-496eb35 | ||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-04-30-c9c30dc | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-05-24-3bf828e | ||
|
||
[pypy_x86_64] | ||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-04-30-c9c30dc | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-05-24-3bf828e | ||
|
||
[pypy_i686] | ||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 | ||
|
||
[aarch64] | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-04-30-c9c30dc | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-04-30-c9c30dc | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-05-24-3bf828e | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-05-24-3bf828e | ||
|
||
[ppc64le] | ||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-04-30-c9c30dc | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-04-30-c9c30dc | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-05-24-3bf828e | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-05-24-3bf828e | ||
|
||
[s390x] | ||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-04-30-c9c30dc | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-04-30-c9c30dc | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-05-24-3bf828e | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-05-24-3bf828e | ||
|
||
[pypy_aarch64] | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-04-30-c9c30dc | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-05-24-3bf828e | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-04-30-c9c30dc | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-05-24-3bf828e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.