Skip to content

Commit

Permalink
Fix Python requirement to allow 3.10 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Lát authored Feb 8, 2022
1 parent dfe3a99 commit 035e6c5
Show file tree
Hide file tree
Showing 6 changed files with 410 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parameters:
default: "1"
git_trunk_branch:
type: string
default: "master"
default: "main"
command_prefix:
type: string
default: "poetry run delfino"
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Types of changes are:

## [Unreleased]

## [4.0.1] - 2022-02-08

### Fixed

- Wrong Python requirement clause in pyproject.toml causing the library not being available for Python 3.10.
- Dependencies update.

## [4.0.0] - 2021-12-01

### Added
Expand Down Expand Up @@ -125,7 +132,8 @@ Types of changes are:
- Error handling printing out full message received.
- Error handling of exceeded API rate limit, showing current quota and time until quota reset.

[Unreleased]: https://github.com/radeklat/issue-watcher/compare/4.0.0...HEAD
[Unreleased]: https://github.com/radeklat/issue-watcher/compare/4.0.1...HEAD
[4.0.1]: https://github.com/radeklat/issue-watcher/compare/releases/4.0.0...4.0.1
[4.0.0]: https://github.com/radeklat/issue-watcher/compare/releases/3.0.0...4.0.0
[3.0.0]: https://github.com/radeklat/issue-watcher/compare/releases/2.3.0...releases/3.0.0
[2.3.0]: https://github.com/radeklat/issue-watcher/compare/releases/2.2.4...releases/2.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This library provides several useful assertions that are watching when an issue
![PyPI - License](https://img.shields.io/pypi/l/issue-watcher)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/issue-watcher)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/radeklat/issue-watcher)
![Maintenance](https://img.shields.io/maintenance/yes/2021)
![Maintenance](https://img.shields.io/maintenance/yes/2022)
![GitHub last commit](https://img.shields.io/github/last-commit/radeklat/issue-watcher)

# Installation
Expand Down
Loading

0 comments on commit 035e6c5

Please sign in to comment.