Skip to content

Commit 29c2aa8

Browse files
Update packages (#58)
* Bumps typed-ast from 1.4.0 to 1.4.2 * Bumps wemake-python-styleguide from 0.14.1 to 0.15.1 * Fixes tests * Enables Python 3.9 support
1 parent accd682 commit 29c2aa8

File tree

6 files changed

+116
-118
lines changed

6 files changed

+116
-118
lines changed

.github/workflows/test.yml

+1-1
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]
10+
python-version: [3.6, 3.7, 3.8, 3.9]
1111

1212
steps:
1313
- name: Checkout

0 commit comments

Comments
 (0)