Skip to content

Commit a6eaf1c

Browse files
committed
Look at mypy.ini in posthog/posthog
Adapted some changes from there.
1 parent 3ea56e9 commit a6eaf1c

File tree

3 files changed

+8
-251
lines changed

3 files changed

+8
-251
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
with:
1414
fetch-depth: 1
1515

16-
- name: Set up Python 3.8
16+
- name: Set up Python 3.11
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.8
19+
python-version: 3.11.9
2020

2121
- uses: actions/cache@v3
2222
with:

0 commit comments

Comments
 (0)