@@ -23,23 +23,23 @@ jobs:
2323
2424 strategy :
2525 matrix :
26- python-version : ['3.11 ', '3.12 ', '3.13 ']
26+ python-version : ['3.12 ', '3.13 ', '3.14 ']
2727 dependency-set : ["minimal", "optional"]
2828 os : ["ubuntu-latest"]
2929 include :
30- - python-version : ' 3.11 '
30+ - python-version : ' 3.12 '
3131 dependency-set : ' optional'
3232 os : ' macos-latest'
3333
34- - python-version : ' 3.13 '
34+ - python-version : ' 3.14 '
3535 dependency-set : ' optional'
3636 os : ' macos-latest'
3737
38- - python-version : ' 3.11 '
38+ - python-version : ' 3.12 '
3939 dependency-set : ' optional'
4040 os : ' windows-latest'
4141
42- - python-version : ' 3.13 '
42+ - python-version : ' 3.14 '
4343 dependency-set : ' optional'
4444 os : ' windows-latest'
4545 runs-on : ${{ matrix.os }}
7171 uses : codecov/codecov-action@v5
7272 with :
7373 token : ${{ secrets.CODECOV_TOKEN }}
74+ flags : tests
7475 verbose : true # optional (default = false)
7576
7677 test-upstream-and-min-deps :
@@ -79,12 +80,12 @@ jobs:
7980 runs-on : ubuntu-latest
8081 strategy :
8182 matrix :
82- python-version : ['3.11 ', "3.13 "]
83+ python-version : ['3.12 ', "3.14 "]
8384 dependency-set : ["upstream", "min_deps"]
8485 exclude :
85- - python-version : " 3.13 "
86+ - python-version : " 3.14 "
8687 dependency-set : min_deps
87- - python-version : " 3.11 "
88+ - python-version : " 3.12 "
8889 dependency-set : upstream
8990 steps :
9091 - uses : actions/checkout@v6
@@ -110,6 +111,7 @@ jobs:
110111 uses : codecov/codecov-action@v5
111112 with :
112113 token : ${{ secrets.CODECOV_TOKEN }}
114+ flags : tests
113115 verbose : true # optional (default = false)
114116
115117 doctests :
0 commit comments