You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Modern versions of `setuptools` emit a warning when the `universal = 1` option of `bdist_wheel` is used. This warning will turn into an error on Aug 30, 2025. The only function of `universal = 1` is assigning the dual `py2.py3` tag to the wheels. It does not perform any content or metadata compatibility validation that might be related to this. It is possible to keep producing same-tagged wheels by setting the non-deprecated `python_tag` option instead, which is what this PR does. Fixes #1283 Ref https://github.com/pypa/setuptools/pull/4939 |
6 months ago | |
|---|---|---|
| .ci | 7 months ago | |
| .github | 6 months ago | |
| ansible_mitogen | 6 months ago | |
| docs | 6 months ago | |
| examples | 1 year ago | |
| mitogen | 6 months ago | |
| scripts | 2 years ago | |
| tests | 6 months ago | |
| .gitignore | 6 months ago | |
| .lgtm.yml | 6 years ago | |
| LICENSE | 5 years ago | |
| MANIFEST.in | 7 years ago | |
| README.md | 1 year ago | |
| dev_requirements.txt | 7 years ago | |
| netlify.toml | 11 months ago | |
| preamble_size.py | 4 years ago | |
| run_tests | 4 years ago | |
| setup.cfg | 6 months ago | |
| setup.py | 6 months ago | |
| tox.ini | 6 months ago | |
