Skip to content

Commit 4e2488f

Browse files
Test Python 3.12 (max version)
In addition to Python 3.8 (min version) We cannot support Python 3.13 until this cffi issue is fixed: python-cffi/cffi#24
1 parent 1b6dad6 commit 4e2488f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
python-version: [3.8]
19+
python-version: ["3.8", "3.12"]
2020

2121
steps:
2222
- name: Checkout repository

0 commit comments

Comments
 (0)