Add python 3.14 support (#10481)

fixes https://github.com/certbot/certbot/issues/10477. this is based on
the PR that did this for 3.13 at
https://github.com/certbot/certbot/pull/10164
This commit is contained in:
ohemorange
2025-11-04 10:49:51 -08:00
committed by GitHub
parent 4d5d5f7ae8
commit 2ec8320763
30 changed files with 161 additions and 120 deletions
+5
View File
@@ -9,5 +9,10 @@
# deprecation warnings and gives time for plugins that don't use the deprecated
# API to propagate, especially for plugins packaged as an external snap, before
# we release breaking changes.
#
# 1) In v2.28.0, google-api-core added an annoying message that the current python's EOL
# is coming up. We deprecate python versions on schedule, so mostly this is just an
# annoyance for our own tests, and can probably be silenced forever.
filterwarnings =
error
ignore:You are using a Python version (.*) which Google will stop supporting:FutureWarning