Skip to content

Commit 7b3fb07

Browse files
committed
build: bump minimum python version to 3.9
1 parent bee9070 commit 7b3fb07

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -27,7 +27,7 @@
2727
install_requires=install_requires,
2828
entry_points={'console_scripts': ['opengsq=opengsq.cli:main']},
2929
packages=find_packages(exclude=['tests', 'tests.*']),
30-
python_requires='>=3.7',
30+
python_requires='>=3.9',
3131
url='https://github.com/opengsq/opengsq-python',
3232
project_urls={
3333
'Bug Tracker': 'https://github.com/opengsq/opengsq-python/issues',

0 commit comments

Comments
 (0)