Skip to content

Commit 75e24ef

Browse files
Merge pull request #53 from thegamecracks/python-version
build: bump minimum python version to 3.9
2 parents 6eb8c78 + 8a51292 commit 75e24ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ from opengsq.protocols import (
5252

5353
## Requirements
5454

55-
- Python 3.7 or higher
55+
- Python 3.9 or higher
5656

5757
## Installation
5858

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44
Requirements
55
------------
66

7-
- Python 3.7 or higher
7+
- Python 3.9 or higher
88

99
You can install the OpenGSQ library using pip:
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
install_requires=install_requires,
3232
entry_points={"console_scripts": ["opengsq=opengsq.cli:main"]},
3333
packages=find_packages(exclude=["tests", "tests.*"]),
34-
python_requires=">=3.7",
34+
python_requires=">=3.9",
3535
url="https://github.com/opengsq/opengsq-python",
3636
project_urls={
3737
"Bug Tracker": "https://github.com/opengsq/opengsq-python/issues",

0 commit comments

Comments
 (0)