We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8dcf5 commit b3ef665Copy full SHA for b3ef665
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-python@v4
19
with:
20
- python-version: "3.10.12"
+ python-version: "3.12"
21
- name: Install Dependencies
22
run: |
23
curl -sSL https://install.python-poetry.org | python3 -
@@ -37,7 +37,7 @@ jobs:
37
# - uses: actions/checkout@v3
38
# - uses: actions/setup-python@v4
39
# with:
40
- # python-version: "3.10.12"
+ # python-version: "3.12"
41
# - name: Install Dependencies
42
# run: |
43
# curl -sSL https://install.python-poetry.org | python3 -
setup.cfg
@@ -8,7 +8,7 @@ universal=0
8
profile = black
9
10
[mypy]
11
-python_version = 3.10
+python_version = 3.12
12
disallow_untyped_calls = False
13
disallow_untyped_defs = True
14
check_untyped_defs = True
0 commit comments