Skip to content

Commit 131c540

Browse files
committed
Bump required version to 3.11
- The typings.NotRequired was not introduced until 3.11 - formerly in typing_extensions
1 parent f97a314 commit 131c540

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

115115
## Supported Versions
116-
Python 3.10+ is fully supported. <!-- Note: update setup.py python_requires if you change this -->
116+
Python 3.11+ is fully supported. <!-- Note: update setup.py python_requires if you change this -->
117117
LabKey Server v15.1 and later.
118118

119119
## Contributing

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +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
52+
python_requires=">=3.11", # Note: update README.md supported versions if you change this
5353
install_requires=["requests"],
5454
extras_require={"test": tests_require, "dev": dev_require, "build": build_require},
5555
keywords="labkey api client",

0 commit comments

Comments
 (0)