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: Use Python 3.10 as dev version #194

Merged
merged 6 commits into from
Oct 31, 2021
Merged

Conversation

playpauseandstop
Copy link
Owner

@playpauseandstop playpauseandstop commented Aug 19, 2021

Ensure that rororo test well and is released from Python 3.10.

As well as,

  • Bump minimum supported openapi-core version to 0.13.4
  • Bump pre-commit hooks
  • Move mypy configuration to pyproject.toml
  • Tweak poetry to install deps at 3.10
  • Use target_version: py36 for black

@playpauseandstop playpauseandstop added the build Changes that affect the build system or external dependencies label Aug 19, 2021
@playpauseandstop playpauseandstop added this to the 2.3 milestone Aug 19, 2021
Ensure that rororo test well and is released from Python 3.10.

As well as,

- Bump pre-commit hooks
- Move `mypy` configuration to `pyproject.toml`
- Tweak poetry to install deps at 3.10
- Use `target_version: py36` for black
playpauseandstop and others added 5 commits September 26, 2021 15:24
As well as expect on local `mypy` to be installed to ensure that
`types-*` libraries is visible for it.
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.3 to 1.4.
- [Release notes](https://github.com/tibdex/github-app-token/releases)
- [Commits](tibdex/github-app-token@v1.3...v1.4)

---
updated-dependencies:
- dependency-name: tibdex/github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.299% when pulling 409f0fe on build/python-3.10 into 06c7435 on master.

@playpauseandstop playpauseandstop merged commit b2aa3fa into master Oct 31, 2021
@playpauseandstop playpauseandstop deleted the build/python-3.10 branch October 31, 2021 21:05
@playpauseandstop playpauseandstop added ci Changes to CI configuration files and scripts dependencies Changes that update dependency file style Changes that do not affect the meaning of the code labels Oct 31, 2021
badabump-release-bot bot pushed a commit that referenced this pull request Oct 31, 2021
Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
badabump-release-bot bot pushed a commit that referenced this pull request Oct 31, 2021
Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)
playpauseandstop added a commit that referenced this pull request Oct 31, 2021
Use Python 3.10 as dev version, as well as update minimum supported
`openapi-core` version to **0.13.4**.

Also loose a bit `pyrsistent` & `PyYAML` requirements to allow dependent
projects use latest versions of given libraries.

Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)
playpauseandstop added a commit that referenced this pull request Oct 31, 2021
Use Python 3.10 as dev version, as well as update minimum supported
`openapi-core` version to **0.13.4**.

Also loose a bit `pyrsistent` & `PyYAML` requirements to allow dependent
projects use latest versions of given libraries.

Other:
------

- (**deps**) bump actions/cache from 2.1.5 to 2.1.6 (#185)
- (**deps**) bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 (#186)
- (**deps**) bump environ-config from 21.1.0 to 21.2.0 (#183)
- (**deps-dev**) bump pytest-cov from 2.11.1 to 2.12.1 (#187)
- (**deps**) bump email-validator from 1.1.2 to 1.1.3 (#190)
- (**deps**) bump pyrsistent from 0.17.3 to 0.18.0 (#189)
- (**deps**) bump urllib3 from 1.26.4 to 1.26.5 in /docs (#188)
- (**deps-dev**) bump aioredis from 1.3.1 to 2.0.0 (#192)
- (**deps**) bump tibdex/github-app-token from 1.3 to 1.4 (#197)
- Use Python 3.10 as dev version (#194)
- (**deps**) bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 (#198)
- (**deps**) bump PyYAML from 5.4.1 to 6.0 (#201)

Co-authored-by: playpauseandstop <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Changes that affect the build system or external dependencies ci Changes to CI configuration files and scripts dependencies Changes that update dependency file style Changes that do not affect the meaning of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants