Skip to content

Conversation

adriangb
Copy link
Member

@adriangb adriangb commented Jul 7, 2023

skip change file check

Selected Reviewer: @davidhewitt

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 7, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5408752
Status: ✅  Deploy successful!
Preview URL: https://db34752d.pydantic-docs2.pages.dev
Branch Preview URL: https://fix-ci-2.pydantic-docs2.pages.dev

View logs

@adriangb
Copy link
Member Author

adriangb commented Jul 7, 2023

I wasn't able to use pdm add because of pdm-project/pdm#2093. I'd prefer to use pdm add because pip won't fail (or fail as nicely) if there are incompatibilities with other installed deps.

@adriangb
Copy link
Member Author

adriangb commented Jul 7, 2023

please review

Comment on lines 252 to +256
typing-extensions-version: ['4.6.1', 'main']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
include:
- typing-extensions-version: '4.6.1'
python-version: '3.7'
Copy link
Contributor

@lig lig Jul 7, 2023

Choose a reason for hiding this comment

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

Why do we even need 4.6.1 here? As far as I can see, we just do simple make test.

I think it's enough to run against main here. Thus, this could be just a list of python versions and no else branch in the install typing-extensions step.

Copy link
Member Author

Choose a reason for hiding this comment

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

The idea is to test the oldest version we support and the latest version on every python version we support

Copy link
Member Author

Choose a reason for hiding this comment

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

make test could very well fail if .e.g we import a symbol that doesn't exist

@pydantic-hooky pydantic-hooky bot added awaiting author revision awaiting changes from the PR author and removed ready for review labels Jul 7, 2023
@pydantic-hooky pydantic-hooky bot assigned adriangb and unassigned davidhewitt Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting author revision awaiting changes from the PR author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants