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

Remove separate 3.11 CI now deps support 3.11 #3446

Merged
merged 3 commits into from Dec 17, 2022
Merged

Conversation

cooperlees
Copy link
Collaborator

@cooperlees cooperlees commented Dec 17, 2022

  • We can run everything now like all other stable versions of Python
  • test in a 3.11 venv: /tmp/tb/bin/tox -e py311,ci-py311
  py311: OK (28.99=setup[7.90]+cmd[5.29,0.66,6.94,6.08,1.89,0.24] seconds)
  ci-py311: OK (30.33=setup[3.20]+cmd[3.66,0.31,17.43,4.60,0.90,0.23] seconds)
  congratulations :) (59.35 seconds)

Closes #3230

- We can run everything now like all other stable versions of Python
- test in a 3.11 vent: `/tmp/tb/bin/tox -e py311,ci-py311`

```
  py311: OK (28.99=setup[7.90]+cmd[5.29,0.66,6.94,6.08,1.89,0.24] seconds)
  ci-py311: OK (30.33=setup[3.20]+cmd[3.66,0.31,17.43,4.60,0.90,0.23] seconds)
  congratulations :) (59.35 seconds)
```
@JelleZijlstra JelleZijlstra added the skip news Pull requests that don't need a changelog entry. label Dec 17, 2022
@cooperlees
Copy link
Collaborator Author

cooperlees commented Dec 17, 2022

I'm tempted to edit a source file just to trigger CI :| ... Anyone know of a better way to force CI to run when skipped?

Edit: never mind, It ran: https://github.com/psf/black/actions/runs/3720920151/jobs/6310720199

@github-actions
Copy link

diff-shades reports zero changes comparing this PR (6cb2605) to main (7816393).


What is this? | Workflow run | diff-shades documentation

@cooperlees cooperlees merged commit c0089ef into main Dec 17, 2022
@cooperlees cooperlees deleted the 311_normal_ci branch December 20, 2022 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news Pull requests that don't need a changelog entry.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Complete 3.11 Support
2 participants