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

chore: Check compatibility with Python 3.11 release candidate 1 #159

Merged
merged 2 commits into from
Sep 4, 2022

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jul 19, 2022

https://www.python.org/download/pre-releases

Python 3.11 is up to 10-60% faster than Python 3.10

To ensure that tests are run on pull_request or pull but not both, we use:

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]
  workflow_dispatch:

The workflow_dispatch allows repo maintainers to run the tests on-demand.

@gengjiawen
Copy link
Member

You may need downgrade windows https://github.com/nodejs/node/blob/8657d6db0703d57912e489707a8d4a40c233dfdc/.github/workflows/build-windows.yml#L37

new MSVC has new bugs not fixed.

@gengjiawen
Copy link
Member

You may need downgrade windows nodejs/node@8657d6d/.github/workflows/build-windows.yml#L37

new MSVC has new bugs not fixed.

related in this repo

runs-on: windows-latest

@cclauss cclauss changed the title chore: Check compatibility with Python 3.11-beta.4 chore: Check compatibility with Python 3.11 release candidate 1 Aug 26, 2022
@cclauss cclauss merged commit b847219 into main Sep 4, 2022
@cclauss cclauss deleted the Python-3.11-dev branch September 4, 2022 14:53
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.

3 participants