File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 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" ,
You can’t perform that action at this time.
0 commit comments