Skip to content

Commit 99ca088

Browse files
committed
Update CI to use Python 3.12
1 parent b5b4163 commit 99ca088

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.8"]
18+
python-version: ["3.12"]
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)