Ivan Pozdeev
9ea5bd3005
3.11.0+: Use the `--with-openssl-rpath' Configure option
The options is available since 3.10.0+ (https://github.com/python/cpython/pull/24820 )
but has no effect until 3.11.0 (cpython b9e9292d75 )
and broken in MacOS until 3.12.2 (cpython cc13eabc7c ),
we add downstream patches to fix that except for 3.11-dev where we disabled it
1ヶ月前
Ivan Pozdeev
9b85239875
CI: - commented-out code
7ヶ月前
Ivan Pozdeev
293798582a
CI: build: - EOL 3.9, + 3.13
7ヶ月前
dependabot[bot]
a30c26ddf5
Bump actions/checkout from 5 to 6 in the github-actions group ( #3360 )
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7ヶ月前
dependabot[bot]
cd78412b80
Bump actions/checkout from 4 to 5 in the github-actions group ( #3318 )
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10ヶ月前
Ivan Pozdeev
7d3854b64d
CI: use ZLib from XCode SDK
Everything since 3.5.2 (see #3301 ) can use it;
it's now present in all non-EOL MacOS XCode versions
10ヶ月前
Ivan Pozdeev
05cc41d273
CI: change macos_build to -latest
11ヶ月前
Edgar Ramírez-Mondragón
81632f0ab4
Remove EOL Python 3.8 from CI
1年前
Edgar Ramírez-Mondragón
84037dff4e
Run `macos_build` on Python 3.13
1年前
native-api
1bcaab05b7
CI: push MacOS jobs to MacOS 13 and 14 ( #3002 )
Github has finally released those as free and retired macos-11
2年前
Ivan Pozdeev
948f53f6d8
CI: run builds in debug mode
since we're only interested in the output when something goes wrong
2年前
dependabot[bot]
96f93fd553
Bump the github-actions group with 1 update ( #2864 )
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2年前
Ivan Pozdeev
709534c21f
CI: add 3.12
2年前
Ivan Pozdeev
259b5cad26
Remove 3.7 from CI
3.7 is EOL since 2023-06-27
https://peps.python.org/pep-0537/
2年前
Ivan Pozdeev
a3f0bddc2a
CI: Migrate to checkout@v3
Actions runner warns about v2 deprecation
3年前
Alex
8dd46e3915
GitHub Workflows security hardening ( #2511 )
Signed-off-by: Alex <aleksandrosansan@gmail.com>
3年前
Omer Korner
ad6a950734
Add Python version 3.11 to the macOS build ( #2510 )
3年前
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
3年前
native-api
a648682ed6
CI: Bump OS versions ( #2448 )
* CI: Bump OS versions
Github released ubuntu-22.04 and macos-12 from beta
and deprecated ubuntu-18.04 and macos-10.15, due to dropping by 2013.
* CI: clean up installed packages
3年前
Ivan Pozdeev
e52ad61389
CI: Bump versions
3年前
Ivan Pozdeev
27b5f62dfb
CI: Build with -v
3年前
Ivan Pozdeev
f03adae58a
Rename CI workflows to what they actually do
4年前
Ivan Pozdeev
7256feeaa8
Remove EOL versions from CI
4年前
James Morris
a7e09ce2ea
Update macOS test dependencies
4年前
James Morris
07b7471819
Add macOS tests
4年前
James Morris
3d4fc164a2
Update Python 3.6 in Ubuntu tests
4年前
Parnassius
d601efa0d5
Add Python 3.10.0
4年前
Ned Batchelder
58e2087967
Add Python 3.10.0rc2 ( #2053 )
4年前
Fredrik Averpil
1427f80828
Add test to CI
5年前
Fredrik Averpil
7355554fdc
Add CPython 3.8.10 ( #1895 )
Co-authored-by: Josh Friend <josh@fueledbycaffeine.com>
5年前
Rajiv Bakulesh Shah
1146ce6e9c
Add CPython 3.9.5 ( #1892 )
Co-authored-by: Josh Friend <josh@fueledbycaffeine.com>
5年前
Fredrik Averpil
79d979f954
Add test
5年前
idwpan
e18ea212e9
add CPython 3.9.4
5年前
idwpan
e2a1c77666
Add CPython 3.9.3 and 3.8.9 ( #1859 )
5年前
Christian Clauss
f75e028401
Prove that actual Python == expected Python
5年前
Christian Clauss
45b99abec6
Update ubuntu_tests.yml
5年前
Christian Clauss
9212585098
Update ubuntu_tests.yml
5年前
Christian Clauss
5ca0900a23
Update ubuntu_tests.yml
5年前
Christian Clauss
6e74abc42a
Update ubuntu_tests.yml
5年前
Christian Clauss
c20aad5ef9
Update ubuntu_tests.yml
5年前
Christian Clauss
9e4ead1f93
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
5年前
Christian Clauss
66ba35817b
Separate pyenv install, pyenv global, pyenv rehash
5年前
Christian Clauss
acb5f572b2
echo $GITHUB_PATH
5年前
Christian Clauss
63a6f1bec4
GitHub Actions: Add $PYENV_ROOT/shims to $PATH
5年前
Christian Clauss
12e6f92a56
Update ubuntu_tests.yml
5年前
Christian Clauss
5ec5f9598f
echo "$HOME/bin" >> $GITHUB_PATH
5年前
Christian Clauss
f86a799b5f
Update ubuntu_tests.yml
5年前
Christian Clauss
1e4c759b7a
PYENV_ROOT: /home/runner/work/pyenv/pyenv
5年前
Christian Clauss
8c0603acf2
Update ubuntu_tests.yml
5年前
Christian Clauss
61e2f742fc
Update ubuntu_tests.yml
5年前