We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1383ae7 commit 8ddd79cCopy full SHA for 8ddd79c
2 files changed
.circleci/config.yml
@@ -39,7 +39,8 @@ workflows:
39
matrix:
40
parameters:
41
pythonversion:
42
- - '3.6'
43
- - '3.7'
44
- - '3.8'
45
- '3.9'
+ - '3.10'
+ - '3.11'
+ - '3.12'
46
+ - '3.13'
pyproject.toml
@@ -14,9 +14,11 @@ classifiers = [
14
"License :: OSI Approved :: Apache Software License",
15
"Operating System :: OS Independent",
16
"Programming Language :: Python",
17
- "Programming Language :: Python :: 3.6",
18
- "Programming Language :: Python :: 3.7",
19
- "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
+ "Programming Language :: Python :: 3.13",
22
"Topic :: Internet :: WWW/HTTP",
23
"Topic :: Security",
24
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -26,7 +28,7 @@ dependencies = [
26
28
"cryptography >= 3.1, != 3.4.0",
27
29
]
30
-requires-python = ">= 3.6"
31
+requires-python = ">= 3.9"
32
33
authors = [
34
{name = "Kohei YOSHIDA", email = "kohei.yoshida@gehirn.co.jp"},
0 commit comments