[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [stem] 16/20: Remove python unsupported versions



This is an automated email from the git hooks/post-receive script.

atagar pushed a commit to branch maint
in repository stem.

commit 2b15e4abb17c51fa2e4596796f8df81e91566ab7
Author: juga <juga@xxxxxxxxxx>
AuthorDate: Mon May 22 15:26:25 2023 +0000

    Remove python unsupported versions
    
    and add python 3.11
---
 .gitlab-ci.yml | 9 ++++++++-
 tox.ini        | 3 +--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index feec5d44..8f1489bc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@
 # ~~0.4.6 EOL on or after June 15, 2022~~
 # ~~0.4.5 (LTS) EOL Feb 15, 2023~~
 # Python stable releases: https://www.python.org/downloads/
+# 3.11 EOL 2027-10, PEP 664
 # 3.10 EOL 2026-10, PEP 619
 # 3.9 EOL 2025-10, PEP 596
 # 3.8 EOL 2024-10, PEP 569
@@ -87,6 +88,12 @@ python310:
   script:
     - tox -e py310
 
+python311:
+  variables:
+    BASE_IMAGE: python:3.11
+  script:
+    - tox -e py311
+
 release_job:
   before_script:
     - echo "Nothing"
@@ -102,7 +109,7 @@ release_job:
     tag_name: "$CI_COMMIT_TAG"
     ref: "$CI_COMMIT_TAG"
     milestones:
-      - "stem: 1.8.1"
+      - "stem: 1.8.2"
 
 pages:
   before_script:
diff --git a/tox.ini b/tox.ini
index 8ddd1896..5916ea6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 skip_missing_interpreters = True
-envlist = py26,py27,py32,py33,py34,py35,py36,py37,jython,pypy
+envlist = py37,py38,py39,py310,py311,jython,pypy
 skipsdist = True
 
 [testenv]
@@ -11,4 +11,3 @@ commands =
  rm -rf stem.egg-info
 deps =
  -rrequirements.txt
-

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits