Skip to content

Commit

Permalink
Merge pull request #203 from pappasam/drop-py37
Browse files Browse the repository at this point in the history
Drop support for Python 3.7
  • Loading branch information
pappasam authored Apr 19, 2022
2 parents 9e13b70 + 2fb738a commit 7b7155b
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ repos:
entry: poetry run toml-sort --check
language: system
types: [toml]
exclude: ^poetry.lock
- repo: local
hooks:
- id: pylint
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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

### Changed

- Drop support for Python 3.7

## 0.35.1

### Changed
Expand Down
Loading

0 comments on commit 7b7155b

Please sign in to comment.