zarqa-ai / metta-motto

MIT License
6 stars 7 forks source link

Pypi publishing #47

Closed mvpeterson closed 4 months ago

Necr0x0Der commented 4 months ago

I don't have any opinion on tox

Necr0x0Der commented 4 months ago

I wonder, though, if more versions of Python could be supported.

mvpeterson commented 4 months ago

I wonder, though, if more versions of Python could be supported.

Tests can be done for other python versions. Should I add it?

Necr0x0Der commented 4 months ago

Tests can be done for other python versions. Should I add it?

I meant publishing in the first place.

mvpeterson commented 4 months ago

Tests can be done for other python versions. Should I add it?

I meant publishing in the first place.

The deploy job, which uses Python 3.10, just makes sure that Twine can run and upload the distribution to PyPI. It should not influence the compatibility with other versions of Python. It should be tested in the previous step, and we can add other versions there. We can set up the version python_requires='>=3.x' in the setup.py