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

Supports multiple Python versions in tox #17

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Supports multiple Python versions in tox #17

merged 1 commit into from
Feb 12, 2024

Conversation

idjaw
Copy link
Owner

@idjaw idjaw commented Feb 12, 2024

  • Allows multiple Python versions in tox to help troubleshooting and validate before CI push
  • Fixes an exception message change introduced in Python 3.12 when asserting abstractmethods not implemented
  • bumps to 0.2.1 for release
  • Closes Fix issue with building on different Python verions #15

- Allows multiple Python versions in tox to help troubleshooting and validate before CI push
- Fixes an exception message change introduced in Python 3.12 when asserting abstractmethods not implemented
- bumps to 0.2.1 for release
- Closes #15
@idjaw idjaw self-assigned this Feb 12, 2024
@idjaw idjaw added CI/CD CI/CD python versioning Associated with running against different python versions labels Feb 12, 2024
@idjaw idjaw added this to the Phase 2 - Router milestone Feb 12, 2024
@idjaw idjaw merged commit bc9eb38 into main Feb 12, 2024
20 checks passed
@idjaw idjaw deleted the issue_15 branch October 24, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD CI/CD python versioning Associated with running against different python versions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix issue with building on different Python verions
1 participant