Skip to content

Commit b3ef665

Browse files
committed
Chore: bump python version
1 parent ed8dcf5 commit b3ef665

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4
1919
with:
20-
python-version: "3.10.12"
20+
python-version: "3.12"
2121
- name: Install Dependencies
2222
run: |
2323
curl -sSL https://install.python-poetry.org | python3 -
@@ -37,7 +37,7 @@ jobs:
3737
# - uses: actions/checkout@v3
3838
# - uses: actions/setup-python@v4
3939
# with:
40-
# python-version: "3.10.12"
40+
# python-version: "3.12"
4141
# - name: Install Dependencies
4242
# run: |
4343
# curl -sSL https://install.python-poetry.org | python3 -

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ universal=0
88
profile = black
99

1010
[mypy]
11-
python_version = 3.10
11+
python_version = 3.12
1212
disallow_untyped_calls = False
1313
disallow_untyped_defs = True
1414
check_untyped_defs = True

0 commit comments

Comments
 (0)