Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core
Commits: 36ef7c42 by Abhilash Raj at 2023-12-02T04:58:31+00:00 Add Python 3.12 to CI * Bump dependency on Falcon to support 3.12 * Add Python 3.12 to CI - - - - - 15d2af57 by Abhilash Raj at 2023-12-02T04:58:31+00:00 Merge branch 'py12' into 'master' Add Python 3.12 to CI See merge request mailman/mailman!1152 Merged-by: Abhilash Raj <maxk...@asynchronous.in> Reviewed-by: - - - - - 3 changed files: - .gitlab-ci.yml - pyproject.toml - tox.ini Changes: ===================================== .gitlab-ci.yml ===================================== @@ -45,6 +45,10 @@ sqlite-311: script: - tox -e py311-nocov +sqlite-312: + <<: *only-default + script: + - tox -e py312-nocov pgsql-310: <<: *only-default ===================================== pyproject.toml ===================================== @@ -31,7 +31,7 @@ dependencies = [ "authres>=1.0.1", "click>=8.0.0", "dnspython>=1.14.0", - "falcon>=3.0.0", + "falcon>=3.1.2b2", "flufl.bounce>=4.0", "flufl.i18n>=3.2", "flufl.lock>=5.1", ===================================== tox.ini ===================================== @@ -1,5 +1,5 @@ [tox] -envlist = {py39,py310,py311}-{nocov,cov,diffcov}{,-mysql,-pg},qa +envlist = {py39,py310,py311,py312}-{nocov,cov,diffcov}{,-mysql,-pg},qa #recreate = True skip_missing_interpreters = True View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/19f98511edb0ccfcb97fe3eaf6d2effda63f1a9f...15d2af57720556889c16b4e346d3da8037d736e5 -- View it on GitLab: https://gitlab.com/mailman/mailman/-/compare/19f98511edb0ccfcb97fe3eaf6d2effda63f1a9f...15d2af57720556889c16b4e346d3da8037d736e5 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