mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +00:00
Only test python 3.8 and 3.12
This commit is contained in:
parent
7891cbe5b5
commit
2b3383d0f6
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-24.04, windows-2022, macOS-14]
|
||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.8", "3.12"]
|
||||
bindings: [python, cython]
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user