fortran-lang / fprettify

auto-formatter for modern fortran source code
https://pypi.python.org/pypi/fprettify
Other
368 stars 73 forks source link

Swap into using pyproject.toml and setup.cfg #135

Closed gnikit closed 1 year ago

gnikit commented 1 year ago

Fixes #132 Depends on #131 for README formatting

gnikit commented 1 year ago

@awvwgk do we need both conda and pypi test workflows? Because the conda-forge feedstock draws from GitHub I think we should only unittest PyPi from 3.6-3.11-dev

awvwgk commented 1 year ago

do we need both conda and pypi test workflows? Because the conda-forge feedstock draws from GitHub I think we should only unittest PyPi from 3.6-3.11-dev

I don't see much difference between testing against the Ubuntu packaged Python and the conda-forge packaged Python. The Python version range is open to discuss, we have a pure Python package, so there shouldn't be much surprises, but of course we might have to support even Python versions which reached EOL like Python 3.5 and 3.6. Not sure about testing development Python version.

gnikit commented 1 year ago

@awvwgk same here, ready to merge

gnikit commented 1 year ago

@awvwgk are we happy with this or do you want me to make some changes?