Skip to content

Commit

Permalink
3.10 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Nov 25, 2024
1 parent 13fff44 commit ecb90b5
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 @@ -2,7 +2,7 @@
import sys
from setuptools import setup, find_packages
PACKAGE_NAME = 'dsgp4'
MINIMUM_PYTHON_VERSION = 3, 7
MINIMUM_PYTHON_VERSION = 3, 10

with open('README.md', 'r') as f:
long_description = f.read()
Expand Down

0 comments on commit ecb90b5

Please sign in to comment.