Skip to content

Commit b9df4e6

Browse files
committed
Update Python requirements
1 parent 77583b8 commit b9df4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
package_dir={'': os.path.join(current_path, 'src')},
3232
packages=setuptools.find_packages(where=os.path.join(current_path, 'src')),
33-
python_requires='>=3.7',
33+
python_requires='>=3.10',
3434
use_scm_version= {
3535
'local_scheme': 'no-local-version',
3636
'version_scheme': 'release-branch-semver',

0 commit comments

Comments
 (0)