Skip to content

Commit 1788b52

Browse files
committed
Require python >= 3.10
1 parent 55146ef commit 1788b52

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ else:
113113
```
114114

115115
## Supported Versions
116-
Python 3.7+ is fully supported.
116+
# Note: update setup.py python_requires if you change this
117+
Python 3.10+ is fully supported.
117118
LabKey Server v15.1 and later.
118119

119120
## Contributing

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
url="https://github.com/LabKey/labkey-api-python",
5050
packages=packages,
5151
package_data={},
52+
python_requires=">=3.10", # Note: update README.md supported versions if you change this
5253
install_requires=["requests"],
5354
extras_require={"test": tests_require, "dev": dev_require, "build": build_require},
5455
keywords="labkey api client",

0 commit comments

Comments
 (0)