Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
d5e8a970 by Abhilash Raj at 2023-08-25T17:36:19+05:30
fix: Remove py37,py38 from tox.ini

- - - - -
ef717f98 by Abhilash Raj at 2023-08-25T12:15:04+00:00
Merge branch 'fix-docs' into 'master'

fix: Remove py37,py38 from tox.ini

See merge request mailman/mailman!1136

Merged-by: Abhilash Raj <maxk...@asynchronous.in>

Reviewed-by: 
- - - - -


2 changed files:

- src/mailman/docs/contribute.rst
- tox.ini


Changes:

=====================================
src/mailman/docs/contribute.rst
=====================================
@@ -58,9 +58,9 @@ long time, and/or require versions of Python or other 
components you might not
 have installed.  You can run ``tox -l`` to list the test suite *environments*
 available.  Very often, when you want to run the full test suite in the
 quickest manner with components that should be available everywhere, run one
-of these commands, depending on which version of Python 3 you have::
+of these commands::
 
-    $ tox -e py36-nocov
+    $ tox -e py311-nocov
     $ tox -e py39-nocov
 
 You can run individual tests in any given environment by providing additional


=====================================
tox.ini
=====================================
@@ -1,5 +1,5 @@
 [tox]
-envlist = {py37,py38,py39,py310,py311}-{nocov,cov,diffcov}{,-mysql,-pg},qa
+envlist = {py39,py310,py311}-{nocov,cov,diffcov}{,-mysql,-pg},qa
 #recreate = True
 skip_missing_interpreters = True
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/565eeb835b116f503badd64251445420ec740ffa...ef717f98151b9e586b76e50354c0c57005e95505

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/565eeb835b116f503badd64251445420ec740ffa...ef717f98151b9e586b76e50354c0c57005e95505
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to