Skip to content

Commit

Permalink
Fix min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jan 21, 2025
1 parent 8faf3d3 commit ebe1882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
packages=find_packages(),
package_data={'pyresample.test': ['test_files/*']},
include_package_data=True,
python_requires='>=3.10',
python_requires='>=3.11',
setup_requires=['setuptools>=3.2'],
install_requires=requirements,
extras_require=extras_require,
Expand Down

0 comments on commit ebe1882

Please sign in to comment.