Skip to content

Commit

Permalink
Update config/config-package.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howitz <[email protected]>
  • Loading branch information
dataflake and icemac authored Sep 17, 2024
1 parent c958bed commit e1cb224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config-package.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def tox(self):
docs_deps=docs_deps,
setuptools_version_spec=SETUPTOOLS_VERSION_SPEC,
future_python_shortversion=FUTURE_PYTHON_SHORTVERSION,
supported_python_versions=supported_python_versions(True),
supported_python_versions=supported_python_versions(short_version=True),
)

def tests_yml(self):
Expand Down

0 comments on commit e1cb224

Please sign in to comment.