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 support for Python 3.10 #525

Merged
merged 5 commits into from Sep 13, 2021

Conversation

mkniewallner
Copy link
Contributor

Before submitting your pull-request, make sure the following is done.

  • Fork the repository and create your branch from master so that it can be merged easily.
  • Update changelogs/next.md with your change (include reference to the issue & this PR).
  • Make sure all of the significant new logic is covered by tests.
  • Make sure all quality checks are green (Gazr specification).

Description

As the final release candidate for Python 3.10 (rc2) has been released and is ABI stable, we can officially add support for Python 3.10, given that it doesn't include breaking changes impacting tartiflette.

Bumping cibuildwheel to 2.1.1 ensures that wheels for Python 3.10 are built alongside other versions (see release notes).

Note that quotes have been added for Python versions because it avoids having YAML interpreting them as floats (see actions/setup-python#175 and actions/setup-python#198).

@abusi abusi merged commit 06baf64 into tartiflette:master Sep 13, 2021
@mkniewallner mkniewallner deleted the add-support-python-3-10 branch September 13, 2021 13:07
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.

None yet

2 participants