Skip to content

Commit aaae19d

Browse files
Update supported Python versions
1 parent 7011ed5 commit aaae19d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
# For example, pypy2 and pypy3
1616
matrix:
1717
python-version: [
18-
'3.9',
1918
'3.10',
2019
'3.11',
2120
'3.12',
2221
'3.13',
22+
'3.14',
2323
]
2424
certbot-version: [
2525
'2.11.1',

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
# For example, pypy2 and pypy3
1515
matrix:
1616
python-version: [
17-
'3.9',
1817
'3.10',
1918
'3.11',
2019
'3.12',
2120
'3.13',
21+
'3.14',
2222
]
2323
certbot-version: [
2424
'2.11.1',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author="Nils Wisiol",
2828
author_email="nils@desec.io",
2929
license="Apache License 2.0",
30-
python_requires=">=3.9",
30+
python_requires=">=3.10",
3131
packages=find_packages(),
3232
include_package_data=True,
3333
install_requires=install_requires,

0 commit comments

Comments
 (0)