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 python 3.11 support (#663) #673

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add python 3.11 support (#663) #673

wants to merge 5 commits into from

Conversation

christianfrstorm
Copy link

Yes

* security disclosure docs

* Add python 3.11 support

* ci: use `windows-2019` runners

`windows-2016` runners have been removed

* ci: use CPython 3.11.0-rc.2 for Windows builds

Co-authored-by: Matt Davis <mrd@redhat.com>
Copy link
Contributor

@cclauss cclauss left a comment

Choose a reason for hiding this comment

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

build_arch: x64
python_arch: x64
spec: '3.10'
- platform: windows-2016
spec: '3.11.0-rc.2'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
spec: '3.11.0-rc.2'
spec: '3.11'

build_arch: win32
python_arch: x86
spec: '3.10'
spec: '3.11.0-rc.2'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
spec: '3.11.0-rc.2'
spec: '3.11'

- platform: windows-2019
build_arch: x64
python_arch: x64
spec: '3.11.0-rc.2'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
spec: '3.11.0-rc.2'
spec: '3.11'

- platform: windows-2019
build_arch: win32
python_arch: x86
spec: '3.11.0-rc.2'
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
spec: '3.11.0-rc.2'
spec: '3.11'

nitzmahone and others added 2 commits July 18, 2023 00:53
* keeps libyaml extension build functional once Cython 3.0 releases; stopgap measure until we can rewrite the extension build to eliminate all the ancient deprecated distutils magic
@gliptak
Copy link

gliptak commented Aug 17, 2023

3.11 seems to be available at https://pypi.org/project/PyYAML/#files

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

5 participants