Ivan Pozdeev
dabaa901e9
CI: - Ubuntu 18.04 workaround
há 7 meses
Ivan Pozdeev
4b33cb68b6
CI: - Micropython-specific code from CPython-only branches
há 7 meses
Ivan Pozdeev
9b85239875
CI: - commented-out code
há 7 meses
Ivan Pozdeev
f19fe0f2be
CI: tests: + macos-15
há 7 meses
Ivan Pozdeev
293798582a
CI: build: - EOL 3.9, + 3.13
há 7 meses
Ivan Pozdeev
4e7626721a
Delete the old issue template
[no ci]
há 7 meses
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>
há 7 meses
Edgar Ramírez Mondragón
032022dace
Replace macos-13 with macos-15-intel ( #3356 )
> The macOS 13 Ventura based runner images will begin deprecation on September 22nd and will be fully unsupported by December 4th for GitHub and ADO.
https://github.com/actions/runner-images/issues/13046
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
há 8 meses
native-api
ba968fda2d
CI: Fix output variable for CPython-specific workflows ( #3340 )
há 9 meses
tuzi3040
8e34326347
CI: modified-scripts-build: fix CPython-specific jobs never firing ( #3338 )
há 9 meses
Ivan Pozdeev
8c3b705f04
CI: modified-scripts-build: print config.log on build failure
há 10 meses
rockandska
a7897ca0f6
add bats test under docker
há 10 meses
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>
há 10 meses
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
há 10 meses
Ivan Pozdeev
bc44cb8fc0
CI: run modified scripts in MacOS 15, too
It turns out, macos-14 has XCode 15 rather than 16 as advertised in Github docs
há 11 meses
Ivan Pozdeev
05cc41d273
CI: change macos_build to -latest
há 11 meses
native-api
7725fe2cf2
Install feature request templates
[no ci]
há 1 ano
native-api
d8384fcc05
Install issue templates
It looks like Github have dropped support for https://github.com/pyenv/pyenv/edit/master/.github/ISSUE_TEMPLATE.md entirely.
há 1 ano
native-api
2d8bd15ccd
Add CODEOWNERS file ( #3247 )
to get notifications of pull requests ready for review
[no ci]
há 1 ano
Ivan Pozdeev
ddeb3facf0
CI: remove ubuntu-20.04; move tar_gz to -latest
ubuntu-20.04 is being retired by Github
tar_gz is mainly to verify URLs, OS version doesn't matter
há 1 ano
native-api
330e3fc130
CI: use Ubuntu 24.04; use ubuntu-latest for the ubuntu_build check ( #3144 )
Now that ubuntu-24 is out of beta at Github
Since for ubuntu_build, we only use one OS version
and the changes between versions are not as drastic as with MacOS,
it seems safe to have it upgrade automatically.
há 1 ano
native-api
5d80be09cb
CI: only run macos_build_bundled_dependencies and ubuntu_build_tar_gz for CPython ( #3141 )
Only CPython scripts use bundled dependencies for MacOS and two alternative tarballs
há 1 ano
native-api
cc40a3f965
CL: + test modified scripts with tar.gz source ( #3125 )
há 1 ano
native-api
25e70b2c80
CI: + build with bundled MacOS dependencies ( #3123 )
há 1 ano
Edgar Ramírez-Mondragón
81632f0ab4
Remove EOL Python 3.8 from CI
há 1 ano
Edgar Ramírez-Mondragón
a79440470e
Run `ubuntu_build` on Python 3.13
há 1 ano
Edgar Ramírez-Mondragón
84037dff4e
Run `macos_build` on Python 3.13
há 1 ano
tuzi3040
468dc81107
CI: replace set-output with GITHUB_OUTPUT ( #3079 )
`::set-output` is deprecated as per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
há 1 ano
native-api
1bcaab05b7
CI: push MacOS jobs to MacOS 13 and 14 ( #3002 )
Github has finally released those as free and retired macos-11
há 2 anos
Ivan Pozdeev
0e0ca0966b
CI: Run changed scripts in debug mode also
há 2 anos
Ivan Pozdeev
948f53f6d8
CI: run builds in debug mode
since we're only interested in the output when something goes wrong
há 2 anos
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>
há 2 anos
Kurt McKee
3c92216ea2
Add a Dependabot config to auto-update GitHub action versions ( #2863 )
há 2 anos
Ivan Pozdeev
709534c21f
CI: add 3.12
há 2 anos
Ivan Pozdeev
259b5cad26
Remove 3.7 from CI
3.7 is EOL since 2023-06-27
https://peps.python.org/pep-0537/
há 2 anos
Aviad Hahami
cf9d0dcd7b
fix: updating heredoc delimiter to be random and unique
há 3 anos
Ivan Pozdeev
e8a4b54231
CI: ubuntu-build: Fix 404s on `apt install`
há 3 anos
Ivan Pozdeev
a3f0bddc2a
CI: Migrate to checkout@v3
Actions runner warns about v2 deprecation
há 3 anos
Ivan Pozdeev
f72c1712dc
CI: Test with native extension
Only run tests for subcommands that use the native extension
há 3 anos
Ivan Pozdeev
2b0dd7355d
Specify additional required information for build failures
há 3 anos
Dan Dees
540c94bdb1
CI: Use PyPy 2.7 as PyPy source build bootstrapper
há 3 anos
Ivan Pozdeev
18f62f266d
Remove no-longer-needed PyPy prerequisites
há 3 anos
Ivan Pozdeev
49cc88094a
CI: Install bootstrapper Python for PyPy source builds
há 3 anos
Ivan Pozdeev
13d8568620
Add 3.11 into CI for Linux
há 3 anos
Alex
8dd46e3915
GitHub Workflows security hardening ( #2511 )
Signed-off-by: Alex <aleksandrosansan@gmail.com>
há 3 anos
Hoàng
036fd63bbd
style: convert crlf to lf ( #2517 )
há 3 anos
Omer Korner
ad6a950734
Add Python version 3.11 to the macOS build ( #2510 )
há 3 anos
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
há 3 anos
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
há 3 anos
Ivan Pozdeev
e52ad61389
CI: Bump versions
há 3 anos