1 parent 4f33b1f commit cbcc2b2Copy full SHA for cbcc2b2
1 file changed
.github/workflows/ci.yml
@@ -13,14 +13,14 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: ["3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13", "3.14"]
17
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v7
21
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: ${{ matrix.python-version }}
26
0 commit comments