Skip to content

Commit

Permalink
Merge branch 'drop-3.6' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshiner committed Dec 9, 2021
2 parents 32b7e1b + cf12cec commit d73ae56
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 251 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- name: Install Libraries
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
### New

### Changes
* Remove support for Python 3.6

### Fixes

Expand Down
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Tabler - Simple interaction with tabulated data
.. image:: https://badge.fury.io/py/tabler.svg
:target: https://pypi.org/project/tabler/

.. image:: https://pypip.in/py_versions/tabler/badge.svg
:target: https://pypi.org/project/tabler/
.. image:: https://img.shields.io/pypi/pyversions/tabler :alt: PyPI - Python Version


What is tabler?
Expand Down
Loading

0 comments on commit d73ae56

Please sign in to comment.