Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[CI] Remove hack to run mypy for Python 3.14#14183

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
srittau wants to merge3 commits intopython:main
base:main
Choose a base branch
Loading
fromsrittau:rm-ci-hack

Conversation

srittau
Copy link
Collaborator

No description provided.

@AlexWaygood
Copy link
Member

it looks like we might be spending a looooong time building some third-party-stub non-types dependencies from source as part ofmypy_test.py if we run it on Python 3.14...

srittau and Avasam reacted with thumbs up emoji

fi
# python-version can sometimes be pinned to a specific version or to "-dev", but
# mypy understands only X.Y version numbers.
MYPY_PY_VERSION=$(echo ${{ matrix.python-version }} | cut -d - -f 1 | cut -d . -f 1-2)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Withhttps://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases this wouldn't be needed. Do you see a reason not to use it?

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

allow-prereleases won't help with pinning to a specific version or forcing a-dev or-pre release. That said, usingallow-preleases in this specific case is probably the better option.

@srittau
Copy link
CollaboratorAuthor

it looks like we might be spending a looooong time building some third-party-stub non-types dependencies from source as part ofmypy_test.py if we run it on Python 3.14...

Not terribly surprising, but that's still a problem, so keeping this as a draft for now.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@AvasamAvasamAvasam left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@srittau@AlexWaygood@Avasam

[8]ページ先頭

©2009-2025 Movatter.jp