@@ -15,21 +15,18 @@ jobs:
1515 fail-fast : false
1616 matrix :
1717 include :
18- - python-version : " 3.9 "
18+ - python-version : " 3.10 "
1919 env :
2020 TOXENV : min-attrs
21- - python-version : " 3.9 "
21+ - python-version : " 3.10 "
2222 env :
2323 TOXENV : min-pydantic
24- - python-version : " 3.9 "
24+ - python-version : " 3.10 "
2525 env :
2626 TOXENV : min-scrapy
27- - python-version : " 3.9 "
27+ - python-version : " 3.10 "
2828 env :
2929 TOXENV : min-extra
30- - python-version : " 3.9"
31- env :
32- TOXENV : py
3330 - python-version : " 3.10"
3431 env :
3532 TOXENV : py
@@ -42,21 +39,19 @@ jobs:
4239 - python-version : " 3.13"
4340 env :
4441 TOXENV : py
45- - python-version : " 3.14.0-rc.2 "
42+ - python-version : " 3.14"
4643 env :
4744 TOXENV : py
48- - python-version : " 3.14.0-rc.2 "
45+ - python-version : " 3.14"
4946 env :
5047 TOXENV : attrs
51- # pydantic doesn't yet support 3.14
52- - python-version : " 3.13"
48+ - python-version : " 3.14"
5349 env :
5450 TOXENV : pydantic
55- - python-version : " 3.14.0-rc.2 "
51+ - python-version : " 3.14"
5652 env :
5753 TOXENV : scrapy
58- # pydantic doesn't yet support 3.14
59- - python-version : " 3.13"
54+ - python-version : " 3.14"
6055 env :
6156 TOXENV : extra
6257 - python-version : " pypy3.11"
7368
7469
7570 steps :
76- - uses : actions/checkout@v5
71+ - uses : actions/checkout@v6
7772
7873 - name : Set up Python ${{ matrix.python-version }}
7974 uses : actions/setup-python@v6
@@ -91,19 +86,19 @@ jobs:
9186 uses : codecov/codecov-action@v5
9287
9388 tests-other-os :
94- name : " Test: py39 , ${{ matrix.os }}"
89+ name : " Test: py310 , ${{ matrix.os }}"
9590 runs-on : " ${{ matrix.os }}"
9691 strategy :
9792 matrix :
9893 os : [macos-latest, windows-latest]
9994
10095 steps :
101- - uses : actions/checkout@v5
96+ - uses : actions/checkout@v6
10297
10398 - name : Set up Python
10499 uses : actions/setup-python@v6
105100 with :
106- python-version : 3.9
101+ python-version : " 3.10 "
107102
108103 - name : Install tox
109104 run : pip install tox
0 commit comments