Skip to content

Commit

Permalink
Drop unsupported versions of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
plaurynovich-hubspot committed Aug 12, 2022
1 parent 74881c1 commit 83047c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v5.1.0...HEAD)
## [Unreleased](https://github.com/HubSpot/hubspot-api-python/compare/v6.0.0...HEAD)

## [6.0.0](https://github.com/HubSpot/hubspot-api-python/compare/v5.1.1...v6.0.0) - 2022-06-27

### Changed

- Dropped unsupported versions of Python

## [5.1.0](https://github.com/HubSpot/hubspot-api-python/compare/v5.0.1...v5.1.0) - 2022-06-27

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.1
6.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
author_email="[email protected]",
install_requires=REQUIRES,
extras_require={"dev": DEV_REQUIRES},
python_requires=">=3.5",
python_requires=">=3.7",
include_package_data=True,
license = 'Apache-2.0',
)

0 comments on commit 83047c5

Please sign in to comment.