Skip to content

Commit 9ded4e6

Browse files
Drop support for Python 3.6 (#28)
1 parent 721e8dc commit 9ded4e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
# Run the unit tests both against our oldest supported Python version
3636
# and the newest stable.
37-
python_version: [ "3.6", "3.x" ]
37+
python_version: [ "3.7", "3.x" ]
3838
steps:
3939
- uses: actions/checkout@v2
4040
- uses: actions/setup-python@v2

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers =
1414
package_dir = =src
1515
packages =
1616
matrix_common
17-
python_requires = >= 3.6
17+
python_requires = >= 3.7
1818
install_requires =
1919
attrs
2020
importlib_metadata >= 1.4; python_version < '3.8'

0 commit comments

Comments
 (0)