From 5a464f969e7eb32902d4aa1969d7c43f76412f32 Mon Sep 17 00:00:00 2001 From: Niall Woodward Date: Tue, 7 Dec 2021 10:16:48 +0000 Subject: [PATCH] Remove Python 3.7 classifier and fix diff links in changelog --- CHANGELOG.md | 4 ++-- pyproject.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4ca34..a54c67a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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/brooklyn-data/dbtenv/compare/v1.2.0...HEAD) +## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.3.1...HEAD) ### Added @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -## [1.3.1](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...v1.3.0) - 2021-12-04 +## [1.3.1](https://github.com/brooklyn-data/dbtenv/compare/v1.3.0...v1.3.1) - 2021-12-04 ### Added - Gracefully abort when dbt versions >= 1.0.0 attempted to install through Homebrew diff --git a/pyproject.toml b/pyproject.toml index 2fad622..8ea4ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ classifiers = [ "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9" ]