Skip to content

Commit

Permalink
chore: ngen.cal drop 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and hellkite500 committed Aug 15, 2024
1 parent 3cfd169 commit 1a399d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/ngen_cal/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ classifiers =
Intended Audience :: Education
Intended Audience :: Science/Research
License :: Free To Use But Restricted
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering :: Hydrology
Operating System :: OS Independent

Expand All @@ -41,7 +42,7 @@ install_requires =
hypy @ git+https://github.com/noaa-owp/hypy@master#egg=hypy&subdirectory=python
ngen_config @ git+https://github.com/noaa-owp/ngen-cal@master#egg=ngen_config&subdirectory=python/ngen_conf
pyyaml
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True

[options.packages.find]
Expand Down

0 comments on commit 1a399d9

Please sign in to comment.