Skip to content

Commit 1cb8099

Browse files
committed
codegen lib 3.7
1 parent 8b18c55 commit 1cb8099

File tree

5 files changed

+685
-5
lines changed

5 files changed

+685
-5
lines changed

.flake8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[flake8]
2+
max-line-length = 99

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
python-version: ['3.8']
16+
python-version: ['3.7']
1717
runs-on: ubuntu-latest
1818

1919
steps:

0 commit comments

Comments
 (0)