We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1880d4e commit ca3175aCopy full SHA for ca3175a
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[tool.black]
8
line-length = 88
9
-target_version = ["py36"]
+target_version = ["py310"]
10
exclude = '''
11
(
12
/(
setup.cfg
@@ -19,7 +19,7 @@ classifiers =
19
Programming Language :: Python :: 3
20
21
[options]
22
-python_requires = >=3.9
+python_requires = >=3.10
23
zip_safe = False
24
packages = curtsies
25
install_requires =
0 commit comments