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

Python 3.12 Builds Failing #442

Closed
4 tasks done
JP-Ellis opened this issue Oct 27, 2023 · 1 comment · Fixed by #444
Closed
4 tasks done

Python 3.12 Builds Failing #442

JP-Ellis opened this issue Oct 27, 2023 · 1 comment · Fixed by #444
Assignees
Labels
area:ci Relating to the CI/CD workflow difficulty:easy A simple task appropriate for newcomers to the codebase smartbear-supported This issue is supported by SmartBear type:bug Something isn't working

Comments

@JP-Ellis
Copy link
Contributor

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of pact-python.
  • I have read the console error message carefully (if applicable).

Description

The CI workflows are making sure that the wheels are buildable against all 'supported' versions of Python. Unfortunately, the supported range is >= 3.8 which includes 3.12, but Python 3.12 requires #405 to be resolved (which itself depends on upstream dependencies).

In order to avoid flagging CI workflows as failing, we should (in the interim) just exclude 3.12 from the wheel build matrix.

Reproducible demo

No response

Steps to reproduce

In CI

Expected behavior

CI should work

Actual behavior

CI is failing

Your environment

See CI

Self-service

  • I'd be willing to fix this bug myself.
@JP-Ellis JP-Ellis added type:bug Something isn't working smartbear-supported This issue is supported by SmartBear difficulty:easy A simple task appropriate for newcomers to the codebase area:ci Relating to the CI/CD workflow labels Oct 27, 2023
@github-actions
Copy link

🤖 Great news! We've labeled this issue as smartbear-supported and created a tracking ticket in PactFlow's Jira (PACT-1440). We'll keep work public and post updates here. Meanwhile, feel free to check out our docs. Thanks for your patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ci Relating to the CI/CD workflow difficulty:easy A simple task appropriate for newcomers to the codebase smartbear-supported This issue is supported by SmartBear type:bug Something isn't working
Projects
Status: ✅ Completed
Development

Successfully merging a pull request may close this issue.

1 participant