@@ -11,23 +11,14 @@ jobs:
1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [ubuntu-latest, macos-latest, windows-latest, macos-13]
15- python-version : ['3.10', '3.11', '3.12', '3.13']
16- exclude :
17- - os : macos-13
18- python-version : ' 3.10'
19- - os : macos-13
20- python-version : ' 3.11'
21- - os : macos-13
22- python-version : ' 3.12'
23- - os : macos-13
24- python-version : ' 3.13'
14+ os : [ubuntu-latest, macos-latest, windows-latest]
15+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14']
2516 timeout-minutes : 15
2617
2718 steps :
28- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2920 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
3122 with :
3223 python-version : ${{ matrix.python-version }}
3324 - name : Install dependencies
8172 name : Run ruff static checker
8273 runs-on : ubuntu-latest
8374 steps :
84- - uses : actions/checkout@v4
75+ - uses : actions/checkout@v5
8576 - uses : astral-sh/ruff-action@v3
8677
8778 tournament :
@@ -91,13 +82,13 @@ jobs:
9182 strategy :
9283 matrix :
9384 os : [ubuntu-latest, macos-latest]
94- python-version : ["3.11 ", "3.12 ", "3.13 "]
85+ python-version : ["3.12 ", "3.13 ", "3.14 "]
9586 timeout-minutes : 15
9687
9788 steps :
98- - uses : actions/checkout@v4
89+ - uses : actions/checkout@v5
9990 - name : Set up Python ${{ matrix.python-version }}
100- uses : actions/setup-python@v5
91+ uses : actions/setup-python@v6
10192 with :
10293 python-version : ${{ matrix.python-version }}
10394 - name : Install dependencies
@@ -117,13 +108,13 @@ jobs:
117108 strategy :
118109 matrix :
119110 os : [ubuntu-latest, macos-latest]
120- python-version : ["3.12", "3.13"]
111+ python-version : ["3.12", "3.13", "3.14" ]
121112 timeout-minutes : 5
122113
123114 steps :
124- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v5
125116 - name : Set up Python ${{ matrix.python-version }}
126- uses : actions/setup-python@v5
117+ uses : actions/setup-python@v6
127118 with :
128119 python-version : ${{ matrix.python-version }}
129120 - name : Install dependencies
0 commit comments