Skip to content

Commit 6c3fd66

Browse files
committed
chore: drop python 3.7 support
1 parent 899f8a8 commit 6c3fd66

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if UnityPy.__version__ != '1.9.6':
4848

4949
## Installation
5050

51-
**Python 3.7.0 or higher is required.**
51+
**Python 3.8 or higher is required.**
5252

5353
Install via PyPI:
5454

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{ name = "Rudolf Kolbe", email = "[email protected]" }]
88
description = "A Unity extraction and patching package"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.8"
1212
keywords = [
1313
"python",
1414
"unity",
@@ -26,7 +26,6 @@ classifiers = [
2626
"Development Status :: 5 - Production/Stable",
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.7",
3029
"Programming Language :: Python :: 3.8",
3130
"Programming Language :: Python :: 3.9",
3231
"Programming Language :: Python :: 3.10",
@@ -83,4 +82,4 @@ archs = ["x86_64", "arm64"]
8382
archs = ["AMD64", "x86", "ARM64"]
8483

8584
[tool.pyright]
86-
pythonVersion = "3.7"
85+
pythonVersion = "3.8"

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
target-version = "py37"
1+
target-version = "py38"
22
include = [
33
"UnityPy/*.py",
44
"UnityPy/*.pyi",

0 commit comments

Comments
 (0)