Skip to content

Commit

Permalink
bump minimum Python version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Feb 11, 2025
1 parent 00bac3e commit 24ad293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
setup(
name='iblapps',
version='0.1',
python_requires='>=3.10',
packages=find_packages(),
include_package_data=True,
install_requires=require,
Expand Down

0 comments on commit 24ad293

Please sign in to comment.