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

Mypy linting broken on Pypy 3.9 and 3.10 #32

Open
NiklasRosenstein opened this issue Mar 18, 2024 · 0 comments
Open

Mypy linting broken on Pypy 3.9 and 3.10 #32

NiklasRosenstein opened this issue Mar 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working ci

Comments

@NiklasRosenstein
Copy link
Owner

Example: https://github.com/NiklasRosenstein/python-typeapi/actions/runs/8327003375/job/22783789277

 Collecting mypy
  Downloading mypy-1.9.0-py3-none-any.whl.metadata (1.9 kB)
# ...
mypy| Daemon started
mypy| src/typeapi/utils_test.py:1: error: invalid syntax  [syntax]
mypy|     # type: ignore
mypy|                   ^

Only happens on pypy-3.9 or pypy-3.10 😕

@NiklasRosenstein NiklasRosenstein added bug Something isn't working ci labels Mar 18, 2024
@NiklasRosenstein NiklasRosenstein self-assigned this Mar 18, 2024
NiklasRosenstein added a commit that referenced this issue Mar 18, 2024
* drop 3.7

* update readme

* link install to fix pytest

* only run pytest on 3.12

* fix yaml syntax

* maybe now

* Migrate to Mkdocs and Mkdocstrings

* add more docstrings and some doctests

* fix 3.8/3.9

* Remove use of `ast.NameConstant`

* match on 3.x

* add pypy 3.9 and 3.10

* fix output dir for uploading docs

* update readme

* disable pypy-3.9 and pypy3.10 (see #32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci
Projects
None yet
Development

No branches or pull requests

1 participant