Skip to content

Commit

Permalink
Fix the syntax error for setup.py in 7.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Oct 23, 2023
1 parent b3a60c2 commit cf76b26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
==============================
Changelog
20xx-xx-xx
Release 7.2.1

* Fix the syntax for setup's python_requires since newer version of
setuptools (with newer packaging) versions do not accept star in the
Python version spec.


2022-10-24
Release 7.2.0

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ zip_safe = false

setup_requires = setuptools_scm[toml] >= 4

python_requires = >=3.6.*
python_requires = >=3.6

install_requires =
attrs
Expand Down

0 comments on commit cf76b26

Please sign in to comment.