This is an automated email from the git hooks/post-receive script.
atagar pushed a commit to branch maint in repository stem.
commit 61311d54fc55413de03d530d5d6e16062ad87afb Author: juga juga@riseup.net AuthorDate: Wed May 31 11:22:35 2023 +0000
Remove tests for deprecated tor version --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9d3a8bf..feec5d44 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # 0.4.8 # 0.4.7 stable by March 15, 2022 # ~~0.4.6 EOL on or after June 15, 2022~~ -# 0.4.5 (LTS) EOL Feb 15, 2023 +# ~~0.4.5 (LTS) EOL Feb 15, 2023~~ # Python stable releases: https://www.python.org/downloads/ # 3.10 EOL 2026-10, PEP 619 # 3.9 EOL 2025-10, PEP 596 @@ -52,13 +52,6 @@ python38: script: - tox -e py38
-python39tor045: - variables: - RELEASE: tor-nightly-0.4.5.x-bullseye - TOR: tor/tor-nightly-0.4.5.x-bullseye - script: - - tox -e py39 - python39tormaster: # This will overwrite the default before_script, so need to repeat the # commands