python-soundfile
python-soundfile copied to clipboard
Some CI/CD things
trafficstars
Updated Python versions and OSes; happy to amend this pull request.
- I updated the OSes and in your GitHub workflow to include Ubuntu 22.04, Windows 2022, and macOS 11 and 12.
- Dropped macOS 11 since it's going away soon.
- Add Python 3.11 rc1 and dropped 3.6 since it's past EOL, including security releases.
- I updated setup-python and checkout.
I tried to edit setup.py correspondingly (to match but might have made mistakes :)
- I set
PYTHON_INTERPRETERSto CPython 3.6 thru 3.10, plus the two most recent versions of PyPy. - I set
MACOSX_VERSIONSto all the releases for macOS 11 and 12, for_x86_64and_intel. Really not sure that was the correct approach.
Also, I deleted .travis.yml (looked liked you switch to GitHub Actions).
Minor things:
- Reading README.rst as UTF-8
- SPDX-recognized license name
Thank you very much. Was there a specific issue that prompted this refactor?
Thank you very much. Was there a specific issue that prompted this refactor? because soundfile hadn't been updated for a while, I poked around to confirm it still worked in 3.11+.
It looks like a lot of the changes have since been made, so I'll go ahead and close this.