Skip to content

Commit

Permalink
⬆️ Upgrade minimum version for pabo.
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogewgaw committed Jun 10, 2023
1 parent 461f118 commit 5084bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ zip_safe = False
packages = find:
package_dir = =src
use_scm_version = True
python_requires = >=3.6
python_requires = >=3.7
include_package_data = True
install_requires = pabo>=0.1.2
install_requires = pabo>=0.1.3
setup_requires = setuptools_scm[toml]>=6.0

[options.packages.find]
Expand Down

0 comments on commit 5084bca

Please sign in to comment.