File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,16 @@ jobs:
19
19
- " 3.11"
20
20
- " 3.12"
21
21
- " 3.13"
22
+ - " 3.14"
22
23
23
24
steps :
24
25
- uses : actions/checkout@v5
25
26
26
27
- name : Set up Python ${{ matrix.python-version }}
27
- uses : actions/setup-python@v5
28
+ uses : actions/setup-python@v6
28
29
with :
29
30
python-version : ${{ matrix.python-version }}
31
+ allow-prereleases : true
30
32
31
33
- name : Set up Chrome
32
34
uses : browser-actions/setup-chrome@v2
@@ -40,16 +42,15 @@ jobs:
40
42
python -m pip install --upgrade tox
41
43
42
44
- name : Run tox targets for ${{ matrix.python-version }}
43
- run : tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
44
-
45
+ run : tox run -e py
45
46
lint :
46
47
name : Lint
47
48
runs-on : ubuntu-latest
48
49
steps :
49
50
- uses : actions/checkout@v5
50
51
51
52
- name : Set up Python
52
- uses : actions/setup-python@v5
53
+ uses : actions/setup-python@v6
53
54
with :
54
55
python-version : " 3.11"
55
56
You can’t perform that action at this time.
0 commit comments