Skip to content

Add support for Python 3.11, update version to 0.3.0 #131

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

Merged
merged 7 commits into from
Jan 19, 2023
Merged

Conversation

jonhealy1
Copy link
Collaborator

@jonhealy1 jonhealy1 commented Jan 19, 2023

Related Issue(s):

Description:
Add support for Python 3.11, update to v0.3.0

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable
  • Changes are added to the changelog

@jonhealy1 jonhealy1 changed the title Add support for Python 3.11 Add support for Python 3.11, update version to 0.3.0 Jan 19, 2023
@jonhealy1 jonhealy1 marked this pull request as ready for review January 19, 2023 16:16
@@ -48,7 +48,7 @@ jobs:
- 9400:9400
strategy:
matrix:
python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.8", "3.9", "3.10", '3.11']
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double quotes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha good catch thanks

@jonhealy1 jonhealy1 merged commit b5a6001 into main Jan 19, 2023
@jonhealy1 jonhealy1 deleted the python-3.11 branch January 19, 2023 18:34
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.

2 participants