Skip to content

Commit ca3175a

Browse files
committed
Bump required Python version to 3.10
1 parent 1880d4e commit ca3175a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[tool.black]
88
line-length = 88
9-
target_version = ["py36"]
9+
target_version = ["py310"]
1010
exclude = '''
1111
(
1212
/(

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919
Programming Language :: Python :: 3
2020

2121
[options]
22-
python_requires = >=3.9
22+
python_requires = >=3.10
2323
zip_safe = False
2424
packages = curtsies
2525
install_requires =

0 commit comments

Comments
 (0)