Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add testing against the Python 3.13 release #366

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

miketheman
Copy link
Owner

@miketheman miketheman commented Aug 3, 2024

Add testing against the Python 3.13 beta release.

  • .github/workflows/python.yml

    • Add 3.13 to the python-version matrix.
  • pyproject.toml

    • Add 3.13 to the classifiers section under Programming Language :: Python.

Add testing against the Python 3.13 beta release.

- **.github/workflows/python.yml**
  - Add `3.13` to the `python-version` matrix.
  - Add `allow-prereleases: true` to the `with` section of `actions/setup-python@v5`.

- **pyproject.toml**
  - Add `3.13` to the `classifiers` section under `Programming Language :: Python`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/miketheman/pytest-socket?shareId=XXXX-XXXX-XXXX-XXXX).
@miketheman
Copy link
Owner Author

miketheman commented Sep 8, 2024

Waiting on a release from greenlet to support 3.13: python-greenlet/greenlet#396 Released in greenlet 3.1.0

@miketheman miketheman changed the title Add testing against the Python 3.13 beta release Add testing against the Python 3.13 release Oct 11, 2024
Copy link

codeclimate bot commented Oct 11, 2024

Code Climate has analyzed commit dbab20f and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant