Skip to content

Commit e791bb1

Browse files
authored
bump py3.9
1 parent 90cd97b commit e791bb1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ warn_no_return = false
8484

8585
[tool.ruff]
8686
line-length = 120
87-
target-version = 'py38'
87+
target-version = 'py39'
8888
exclude = [
8989
"build",
9090
"dist",

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def _prepare_extras(requirements_dir: str = _PATH_REQUIRES, skip_files: tuple =
9393
# Specify the Python versions you support here. In particular, ensure
9494
# that you indicate whether you support Python 2, Python 3 or both.
9595
"Programming Language :: Python :: 3",
96-
"Programming Language :: Python :: 3.8",
9796
"Programming Language :: Python :: 3.9",
9897
"Programming Language :: Python :: 3.10",
9998
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)