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

feat!: Drop Python 3.6 support #276

Merged
merged 1 commit into from
Aug 9, 2022
Merged

Conversation

playpauseandstop
Copy link
Owner

And pass check_deliverability=False by default to custom EmailFormatter class to ensure that rororo behave the same with any email-validator version installed.

Also bump dev Python version to 3.10.6 and loosen supported versions for,

  • attrs to support latest 22.1.0
  • environ-config to support latest 22.1.0
  • aiohttp-middlewares to support latest 2.1.0

And finally bump pre-commit checks and most of CI actions.

@playpauseandstop playpauseandstop added feat A new feature style Changes that do not affect the meaning of the code build Changes that affect the build system or external dependencies dependencies Changes that update dependency file labels Aug 9, 2022
@playpauseandstop playpauseandstop self-assigned this Aug 9, 2022
And pass `check_deliverability=False` by default to custom
`EmailFormatter` class to ensure that `rororo` behave the same with any
`email-validator` version installed.

Also bump dev Python version to 3.10.6 and loosen supported versions
for,

- `attrs` to support latest **22.1.0**
- `environ-config` to support latest **22.1.0**
- `aiohttp-middlewares` to support latest **2.1.0**

And finally bump pre-commit checks and most of CI actions.
@playpauseandstop playpauseandstop enabled auto-merge (squash) August 9, 2022 10:15
@playpauseandstop playpauseandstop merged commit afabf5d into main Aug 9, 2022
@playpauseandstop playpauseandstop deleted the build/python-3.10.6 branch August 9, 2022 10:15
badabump-release-bot bot pushed a commit that referenced this pull request Aug 9, 2022
Features:
---------

- **BREAKING CHANGE:** Drop Python 3.6 support (#276)

Other:
------

- (**deps**) bump isodate from 0.6.0 to 0.6.1 (#222)
- Fix example code in README (#224)
- (**deps-dev**) bump mypy from 0.910 to 0.920 (#223)
- (**deps**) bump attrs from 21.2.0 to 21.4.0 (#227)
- (**deps-dev**) bump aioredis from 2.0.0 to 2.0.1 (#225)
- (**deps-dev**) bump mypy from 0.920 to 0.930 (#226)
- (**deps**) bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#228)
- Update Python dev version to 3.10.1 (#229)
- Fix operations typo (#230)
- Fix more typos in README and code (#232)
- (**deps**) bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#238)
- Fix links in documentation (#234)
- (**deps**) bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#237)
- (**deps-dev**) bump mypy from 0.930 to 0.931 (#235)
- (**deps-dev**) bump types-pyyaml from 6.0.1 to 6.0.4 (#236)
- (**deps**) bump pre-commit/action from 2.0.3 to 3.0.0 (#265)
- (**deps**) bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#271)
- (**deps**) bump tibdex/github-app-token from 1.5 to 1.6 (#272)
- (**deps**) bump peter-evans/create-pull-request from 3.12.1 to 4.0.4 (#266)
- Sync common project files (#279)
playpauseandstop added a commit that referenced this pull request Aug 9, 2022
`rororo==3.0.0` release drops Python 3.6 support, as well as ensures that latest versions of dependent libraries, such as `attrs`, `aiohttp-middlewares`, and `environ-config` can be installed alongside _rororo_.

Features:
---------

- **BREAKING CHANGE:** Drop Python 3.6 support (#276)

Other:
------

- (**deps**) bump isodate from 0.6.0 to 0.6.1 (#222)
- Fix example code in README (#224)
- (**deps-dev**) bump mypy from 0.910 to 0.920 (#223)
- (**deps**) bump attrs from 21.2.0 to 21.4.0 (#227)
- (**deps-dev**) bump aioredis from 2.0.0 to 2.0.1 (#225)
- (**deps-dev**) bump mypy from 0.920 to 0.930 (#226)
- (**deps**) bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 (#228)
- Update Python dev version to 3.10.1 (#229)
- Fix operations typo (#230)
- Fix more typos in README and code (#232)
- (**deps**) bump pypa/gh-action-pypi-publish from 1.4.2 to 1.5.0 (#238)
- Fix links in documentation (#234)
- (**deps**) bump peter-evans/create-pull-request from 3.12.0 to 3.12.1 (#237)
- (**deps-dev**) bump mypy from 0.930 to 0.931 (#235)
- (**deps-dev**) bump types-pyyaml from 6.0.1 to 6.0.4 (#236)
- (**deps**) bump pre-commit/action from 2.0.3 to 3.0.0 (#265)
- (**deps**) bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 (#271)
- (**deps**) bump tibdex/github-app-token from 1.5 to 1.6 (#272)
- (**deps**) bump peter-evans/create-pull-request from 3.12.1 to 4.0.4 (#266)
- Sync common project files (#279)

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 dependencies Changes that update dependency file feat A new feature style Changes that do not affect the meaning of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant