8000 Drops Python 3.6 support (#128) · dry-python/lambdas@692dd2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 692dd2a

Browse files
Drops Python 3.6 support (#128)
* Drops Python 3.6 support * Updates packages
1 parent b19dfe9 commit 692dd2a

File tree

7 files changed

+710
-963
lines changed

7 files changed

+710
-963
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: [3.6, 3.7, 3.8, 3.9]
10+
python-version: [3.7, 3.8, 3.9]
1111

1212
steps:
1313
- name: Checkout

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Versions before `1.0.0` are `0Ver`-based:
55
incremental in minor, bugfixes only are patches.
66
See (0Ver)[https://0ver.org/].
77

8+
## Version 0.2.0 WIP
9+
10+
### Misc
11+
12+
* Breaking: Drops Python 3.6 support
813

914
## Version 0.1.0
1015

0 commit comments

Comments
 (0)
0