tuzi3040
8e34326347
CI: modified-scripts-build: fix CPython-specific jobs never firing ( #3338 )
2025-10-07 21:00:59 +03:00
Ivan Pozdeev
8c3b705f04
CI: modified-scripts-build: print config.log on build failure
2025-09-19 01:26:06 +03:00
rockandska
a7897ca0f6
add bats test under docker
2025-09-15 20:16:11 +02:00
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>
2025-09-01 13:33:28 +03:00
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
2025-08-28 10:49:32 +03:00
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
2025-08-16 20:04:40 +03:00
Ivan Pozdeev
05cc41d273
CI: change macos_build to -latest
2025-08-03 09:29:21 +03:00
native-api
7725fe2cf2
Install feature request templates
...
[no ci]
2025-07-06 23:46:48 +03:00
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.
2025-07-06 23:29:49 +03:00
native-api
2d8bd15ccd
Add CODEOWNERS file ( #3247 )
...
to get notifications of pull requests ready for review
[no ci]
2025-05-17 15:38:33 +03:00
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
2025-02-12 22:53:37 +03:00
native-api
330e3fc130
CI: use Ubuntu 24.04; use ubuntu-latest for the ubuntu_build check ( #3144 )
...
macos_build / macos_build (3.10) (push) Waiting to run
macos_build / macos_build (3.11) (push) Waiting to run
macos_build / macos_build (3.12) (push) Waiting to run
macos_build / macos_build (3.13) (push) Waiting to run
macos_build / macos_build (3.9) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-13) (push) Waiting to run
pyenv_tests / pyenv_tests (macos-14) (push) Waiting to run
pyenv_tests / pyenv_tests (ubuntu-20.04) (push) Waiting to run
pyenv_tests / pyenv_tests (ubuntu-24.04) (push) Waiting to run
ubuntu_build / ubuntu_build (3.12) (push) Waiting to run
ubuntu_build / ubuntu_build (3.13) (push) Waiting to run
ubuntu_build / ubuntu_build (3.9) (push) Waiting to run
ubuntu_build / ubuntu_build (3.10) (push) Waiting to run
ubuntu_build / ubuntu_build (3.11) (push) Waiting to run
pyenv_tests / pyenv_tests (ubuntu-22.04) (push) Failing after 1s
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.
2024-12-22 23:38:58 +03:00
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
2024-12-22 22:19:24 +03:00
native-api
cc40a3f965
CL: + test modified scripts with tar.gz source ( #3125 )
2024-12-07 14:19:50 +03:00
native-api
25e70b2c80
CI: + build with bundled MacOS dependencies ( #3123 )
2024-12-07 13:58:35 +03:00
Edgar Ramírez-Mondragón
81632f0ab4
Remove EOL Python 3.8 from CI
2024-12-03 16:25:19 -06:00
Edgar Ramírez-Mondragón
a79440470e
Run ubuntu_build on Python 3.13
2024-12-03 16:17:03 -06:00
Edgar Ramírez-Mondragón
84037dff4e
Run macos_build on Python 3.13
2024-12-03 16:11:00 -06:00
tuzi3040
468dc81107
CI: replace set-output with GITHUB_OUTPUT ( #3079 )
...
pyenv_tests / pyenv_tests (ubuntu-22.04) (push) Failing after 0s
ubuntu_build / ubuntu_build (3.10) (push) Failing after 1s
ubuntu_build / ubuntu_build (3.11) (push) Failing after 1s
ubuntu_build / ubuntu_build (3.12) (push) Failing after 1s
ubuntu_build / ubuntu_build (3.8) (push) Failing after 1s
ubuntu_build / ubuntu_build (3.9) (push) Failing after 1s
macos_build / macos_build (3.10) (push) Has been cancelled
macos_build / macos_build (3.11) (push) Has been cancelled
macos_build / macos_build (3.12) (push) Has been cancelled
macos_build / macos_build (3.8) (push) Has been cancelled
macos_build / macos_build (3.9) (push) Has been cancelled
pyenv_tests / pyenv_tests (macos-13) (push) Has been cancelled
pyenv_tests / pyenv_tests (macos-14) (push) Has been cancelled
pyenv_tests / pyenv_tests (ubuntu-20.04) (push) Has been cancelled
`::set-output` is deprecated as per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2024-10-02 16:37:31 +03:00
native-api
1bcaab05b7
CI: push MacOS jobs to MacOS 13 and 14 ( #3002 )
...
Github has finally released those as free and retired macos-11
2024-07-01 22:38:06 +03:00
Ivan Pozdeev
0e0ca0966b
CI: Run changed scripts in debug mode also
2024-05-24 20:36:43 +03:00
Ivan Pozdeev
948f53f6d8
CI: run builds in debug mode
...
since we're only interested in the output when something goes wrong
2024-05-24 20:34:25 +03:00
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>
2023-12-12 08:04:41 +03:00
Kurt McKee
3c92216ea2
Add a Dependabot config to auto-update GitHub action versions ( #2863 )
2023-12-12 07:29:06 +03:00
Ivan Pozdeev
709534c21f
CI: add 3.12
2023-10-15 15:03:49 +03:00
Ivan Pozdeev
259b5cad26
Remove 3.7 from CI
...
3.7 is EOL since 2023-06-27
https://peps.python.org/pep-0537/
2023-09-07 22:03:00 +03:00
Aviad Hahami
cf9d0dcd7b
fix: updating heredoc delimiter to be random and unique
2023-04-30 00:56:43 +03:00
Ivan Pozdeev
e8a4b54231
CI: ubuntu-build: Fix 404s on apt install
2023-03-02 11:24:05 +03:00
Ivan Pozdeev
a3f0bddc2a
CI: Migrate to checkout@v3
...
Actions runner warns about v2 deprecation
2023-02-06 19:22:38 +03:00
Ivan Pozdeev
f72c1712dc
CI: Test with native extension
...
Only run tests for subcommands that use the native extension
2023-02-06 19:22:38 +03:00
Ivan Pozdeev
2b0dd7355d
Specify additional required information for build failures
2023-01-14 02:28:38 +03:00
Dan Dees
540c94bdb1
CI: Use PyPy 2.7 as PyPy source build bootstrapper
2022-12-11 02:19:19 +03:00
Ivan Pozdeev
18f62f266d
Remove no-longer-needed PyPy prerequisites
2022-12-11 02:18:36 +03:00
Ivan Pozdeev
49cc88094a
CI: Install bootstrapper Python for PyPy source builds
2022-12-11 02:17:39 +03:00
Ivan Pozdeev
13d8568620
Add 3.11 into CI for Linux
2022-11-19 00:08:53 +03:00
Alex
8dd46e3915
GitHub Workflows security hardening ( #2511 )
...
Signed-off-by: Alex <aleksandrosansan@gmail.com>
2022-11-10 04:46:55 +03:00
Hoàng
036fd63bbd
style: convert crlf to lf ( #2517 )
2022-11-06 19:18:04 +03:00
Omer Korner
ad6a950734
Add Python version 3.11 to the macOS build ( #2510 )
2022-11-03 15:32:52 +01:00
native-api
a12f947cc3
Auto-resolve prefixes to the latest version ( #2487 )
2022-10-30 03:38:40 +03:00
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
2022-09-04 01:40:00 +03:00
Ivan Pozdeev
fdabd14c2b
Merge branch 'master' of https://github.com/pyenv/pyenv
2022-09-03 22:31:15 +03:00
Ivan Pozdeev
e52ad61389
CI: Bump versions
2022-09-03 22:31:00 +03:00
Ivan Pozdeev
27b5f62dfb
CI: Build with -v
2022-09-03 22:02:47 +03:00
Ivan Pozdeev
7c1e3a710c
CI: Support Micropython
2022-09-03 22:02:47 +03:00
Ivan Pozdeev
13f273188d
CI: Exclude deleted scripts from modified check
2022-09-03 22:02:47 +03:00
Ivan Pozdeev
42cace010b
CI: workaround MacOS jobs hanging for some Anaconda releases
...
Shims from executables bundled with some older Anaconda releases
cause MacOS script check jobs to hang at the end
2022-06-08 22:19:34 +03:00
Ivan Pozdeev
64aacd5cfd
add_miniconda: support Anaconda, support non-CPython scripts in scripts check
2022-06-08 18:32:42 +03:00
tuzi3040
0930533d92
CI: Add tests for modified python build scripts ( #2286 )
...
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
2022-05-23 03:36:39 +03:00
Ivan Pozdeev
e16b7adf94
Migrate from probot/no-response to lee-dohm/no-response
...
probot/no-response has been retired and no longer runs
2022-05-22 15:58:48 +03:00
Ivan Pozdeev
5d967fa38a
Merge branch 'master' into no_linuxbrew
2022-05-04 03:10:08 +03:00
Ivan Pozdeev
f03adae58a
Rename CI workflows to what they actually do
2022-05-04 03:08:46 +03:00
Ivan Pozdeev
7256feeaa8
Remove EOL versions from CI
2022-05-02 19:08:49 +03:00
Ivan Pozdeev
8439f8e187
Simplify init scheme; update & clarify the README
...
Now the setup is to add to both rc and profile:
1) set PYENV_ROOT
(can do it unconditionally -- since if you change it,
you need to update all places anyway since any of them can be run first)
2) Add `pyenv` to PATH if not already there
3) eval "$(pyenv init -)"
Not a breaking change, old setup will continue to work.
2022-05-02 19:07:24 +03:00
native-api
72757562c1
Remove bountysource since it has gone rogue
...
I've never been able to activate (or refund) existing bounties on solved problems. Their support has been unhelpful. So I've given up on them.
2022-03-24 20:00:29 +03:00
James Morris
a7e09ce2ea
Update macOS test dependencies
2021-12-05 19:23:21 -05:00
James Morris
07b7471819
Add macOS tests
2021-12-03 16:48:22 -05:00
James Morris
3d4fc164a2
Update Python 3.6 in Ubuntu tests
2021-12-03 16:47:42 -05:00
Ivan Pozdeev
f2925393e4
update ISSUE_TEMPLATE.md
2021-11-23 20:22:59 +03:00
native-api
54889eb87a
Make gist generation instructions more explicit; add Zsh PS4
2021-10-31 05:14:03 +03:00
native-api
abfa1c6d92
Explicitly state to enable verbose mode
2021-10-29 01:21:23 +03:00
native-api
208be7d6af
Update ISSUE_TEMPLATE.md
2021-10-14 12:13:46 +03:00
native-api
88c3404997
Update ISSUE_TEMPLATE.md
2021-10-08 11:56:08 +03:00
native-api
3a35f43eb4
Update FUNDING.yml
2021-10-08 11:47:01 +03:00
native-api
8315e1528b
Create FUNDING.yml
2021-10-05 12:27:48 +03:00
Parnassius
d601efa0d5
Add Python 3.10.0
2021-10-04 21:16:19 +02:00
Ivan Pozdeev
7f714c34ba
Bats 1.2 requires readline from gnu coreutils in MacOS
2021-09-21 05:07:06 +03:00
Ivan Pozdeev
848e56e992
Add Pyenv tests to Github Actions
...
Now that Travis check has been removed from the repo
2021-09-21 05:07:06 +03:00
Ned Batchelder
58e2087967
Add Python 3.10.0rc2 ( #2053 )
2021-09-08 17:28:25 +03:00
Fredrik Averpil
1427f80828
Add test to CI
2021-08-03 20:10:53 +02:00
Ivan Pozdeev
a7f3e3a5be
Use magic keyword for linking issues to PRs
2021-05-11 22:36:58 +03:00
Anton Petrov
35795148fb
Update no-response.yml
2021-05-07 19:38:57 +03:00
Anton Petrov
a52e79856e
Create no-response.yml
2021-05-07 19:05:02 +03:00
Fredrik Averpil
7355554fdc
Add CPython 3.8.10 ( #1895 )
...
Co-authored-by: Josh Friend <josh@fueledbycaffeine.com>
2021-05-04 08:48:39 -04:00
Rajiv Bakulesh Shah
1146ce6e9c
Add CPython 3.9.5 ( #1892 )
...
Co-authored-by: Josh Friend <josh@fueledbycaffeine.com>
2021-05-04 08:42:26 -04:00
Fredrik Averpil
79d979f954
Add test
2021-05-04 07:57:52 +02:00
idwpan
e18ea212e9
add CPython 3.9.4
2021-04-04 17:03:28 -04:00
idwpan
e2a1c77666
Add CPython 3.9.3 and 3.8.9 ( #1859 )
2021-04-02 16:28:07 -04:00
Christian Clauss
f75e028401
Prove that actual Python == expected Python
2021-03-03 13:26:08 +01:00
Christian Clauss
45b99abec6
Update ubuntu_tests.yml
2021-03-02 13:21:20 +01:00
Christian Clauss
9212585098
Update ubuntu_tests.yml
2021-03-02 13:19:57 +01:00
Christian Clauss
5ca0900a23
Update ubuntu_tests.yml
2021-03-02 13:06:26 +01:00
Christian Clauss
6e74abc42a
Update ubuntu_tests.yml
2021-03-02 12:54:20 +01:00
Christian Clauss
c20aad5ef9
Update ubuntu_tests.yml
2021-03-02 12:49:09 +01:00
Christian Clauss
9e4ead1f93
echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH
2021-03-02 12:42:17 +01:00
Christian Clauss
66ba35817b
Separate pyenv install, pyenv global, pyenv rehash
2021-03-02 12:36:19 +01:00
Christian Clauss
acb5f572b2
echo $GITHUB_PATH
2021-03-02 12:23:44 +01:00
Christian Clauss
63a6f1bec4
GitHub Actions: Add $PYENV_ROOT/shims to $PATH
2021-03-02 12:15:18 +01:00
Christian Clauss
12e6f92a56
Update ubuntu_tests.yml
2021-02-24 12:48:18 +01:00
Christian Clauss
5ec5f9598f
echo "$HOME/bin" >> $GITHUB_PATH
2021-02-24 12:45:00 +01:00
Christian Clauss
f86a799b5f
Update ubuntu_tests.yml
2021-02-24 12:30:13 +01:00
Christian Clauss
1e4c759b7a
PYENV_ROOT: /home/runner/work/pyenv/pyenv
2021-02-24 12:28:15 +01:00
Christian Clauss
8c0603acf2
Update ubuntu_tests.yml
2021-02-24 12:26:57 +01:00
Christian Clauss
61e2f742fc
Update ubuntu_tests.yml
2021-02-24 12:16:02 +01:00
Christian Clauss
bc185d76cd
Update ubuntu_tests.yml
2021-02-24 12:07:27 +01:00
Christian Clauss
36efced5b7
echo "$HOME/.local/bin" >> $GITHUB_PATH
2021-02-24 10:42:12 +01:00
Christian Clauss
33335507b0
env: PYENV_ROOT: $HOME"
2021-02-24 10:40:14 +01:00
Christian Clauss
7c18f8a10c
Update ubuntu_tests.yml
2021-02-24 10:31:10 +01:00
Christian Clauss
ee9c1d2b1c
Update ubuntu_tests.yml
2021-02-24 10:07:52 +01:00
Christian Clauss
604cd77d26
Update ubuntu_tests.yml
2021-02-23 18:51:53 +01:00
Christian Clauss
c8bbc481ee
cd $(bin/pyenv root) && git pull
2021-02-23 18:51:53 +01:00