File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Installation
44Requirements
55------------
66
7- - Python 3.7 or higher
7+ - Python 3.9 or higher
88
99You can install the OpenGSQ library using pip:
1010
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments