2626 strategy :
2727 fail-fast : false
2828 matrix :
29- python-version : [3.9, "3.10", "3.11", "3.12", "3.13"]
29+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14 "]
3030
3131 steps :
3232 - uses : actions/checkout@v1
@@ -43,14 +43,14 @@ jobs:
4343 cd dart-sass && chmod +x ./sass
4444 ./sass --no-source-map ../all.scss ../dist/neoteroi-mkdocs.css
4545 ./sass --no-source-map --style compressed ../all.scss ../dist/neoteroi-mkdocs.min.css
46- if : matrix.python-version == '3.10 '
46+ if : matrix.python-version == '3.13 '
4747
4848 - name : Publish CSS files
4949 uses : actions/upload-artifact@v4
5050 with :
5151 name : arts-package-css
5252 path : styles/dist
53- if : matrix.python-version == '3.10 '
53+ if : matrix.python-version == '3.13 '
5454
5555 - name : Use Python ${{ matrix.python-version }}
5656 uses : actions/setup-python@v4
@@ -80,24 +80,20 @@ jobs:
8080 path : junit/pytest-results-${{ matrix.python-version }}.xml
8181 if : always()
8282
83- - name : Codecov
84- run : |
85- bash <(curl -s https://codecov.io/bash)
86-
8783 - name : Install distribution dependencies
8884 run : pip install build
89- if : matrix.python-version == '3.12 '
85+ if : matrix.python-version == '3.13 '
9086
9187 - name : Create distribution package
9288 run : python -m build
93- if : matrix.python-version == '3.12 '
89+ if : matrix.python-version == '3.13 '
9490
9591 - name : Upload distribution package
9692 uses : actions/upload-artifact@v4
9793 with :
9894 name : dist-${{ matrix.os }}-${{ matrix.python-version }}
9995 path : dist
100- if : matrix.python-version == '3.12 '
96+ if : matrix.python-version == '3.13 '
10197
10298 publish :
10399 runs-on : ubuntu-latest
@@ -111,10 +107,10 @@ jobs:
111107 merge-multiple : true
112108 path : dist
113109
114- - name : Use Python 3.12
110+ - name : Use Python 3.13
115111 uses : actions/setup-python@v1
116112 with :
117- python-version : ' 3.12 '
113+ python-version : ' 3.13 '
118114
119115 - name : Install dependencies
120116 run : |
0 commit comments