CI extended for Python 3.14
This commit is contained in:
parent
0ae78ee631
commit
e0ddfb85bb
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10", 3.11, 3.12, 3.13]
|
||||
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
|
||||
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
|
|
|||
Loading…
Reference in New Issue