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

build(deps): remove upper bound from Python version specifier #752

Conversation

sisp
Copy link
Member

@sisp sisp commented Aug 26, 2022

@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2022

Codecov Report

Merging #752 (af38091) into master (fc6bb03) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #752   +/-   ##
=======================================
  Coverage   96.62%   96.62%           
=======================================
  Files          41       41           
  Lines        2930     2930           
=======================================
  Hits         2831     2831           
  Misses         99       99           
Flag Coverage Δ
unittests 96.62% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@pawamoy
Copy link
Contributor

pawamoy commented Aug 26, 2022

We originally left the Python 4 upper bound for reasons mentioned in #509. Great to learn it's not needed anymore

@yajo yajo merged commit 23ccb91 into copier-org:master Aug 28, 2022
@yajo yajo added the dependencies Pull requests that update a dependency file label Aug 28, 2022
@sisp sisp deleted the build/remove-upper-bound-from-python-version-specifier branch August 28, 2022 07:43
yajo added a commit that referenced this pull request Aug 28, 2022
pre-commit started failing with:

```
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment

more info:

virtualenv python version did not match created version:
- actual version: 3.10.6.final.0
- expected version: 3.10.4.final.0
```

Quick fix while #696 gets on track.

Sadly I had to rollback #752 due to PyCQA/isort#1945.
yajo added a commit that referenced this pull request Aug 28, 2022
pre-commit started failing with:

```
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment

more info:

virtualenv python version did not match created version:
- actual version: 3.10.6.final.0
- expected version: 3.10.4.final.0
```

Quick fix while #696 gets on track.

Sadly I had to rollback #752 due to PyCQA/isort#1945.
yajo added a commit that referenced this pull request Aug 28, 2022
pre-commit started failing with:

```
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
An unexpected error has occurred: AssertionError: BUG: expected environment for python to be healthy immediately after install, please open an issue describing your environment

more info:

virtualenv python version did not match created version:
- actual version: 3.10.6.final.0
- expected version: 3.10.4.final.0
```

Quick fix while #696 gets on track.

Sadly I had to rollback #752 due to PyCQA/isort#1945.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants