Skip to content

Commit d72ab88

Browse files
committed
Update CI
1 parent 8a3d97a commit d72ab88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python: ["3.10", "3.11", "3.12"]
21+
python: ["3.10", "3.11"]
2222
steps:
2323
- name: ⤵️ Check out code from GitHub
2424
uses: actions/[email protected]

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
env:
13-
DEFAULT_PYTHON: "3.11`"
13+
DEFAULT_PYTHON: "3.11"
1414

1515
jobs:
1616
mypy:

0 commit comments

Comments
 (0)