2626 strategy :
2727 fail-fast : false # Don't cancel other jobs if one lint version fails
2828 matrix :
29- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 "]
29+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 "]
3030 steps :
3131 - name : Checkout repository
3232 uses : actions/checkout@v4
7474 strategy :
7575 fail-fast : false # Don't cancel other jobs if one test version fails
7676 matrix :
77- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 "]
77+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 "]
7878 steps :
7979 - name : Checkout repository
8080 uses : actions/checkout@v4
@@ -116,7 +116,7 @@ jobs:
116116 strategy :
117117 fail-fast : false
118118 matrix :
119- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 "]
119+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 "]
120120 steps :
121121 - name : Checkout repository
122122 uses : actions/checkout@v4
@@ -204,7 +204,7 @@ jobs:
204204 fail-fast : true # If one deployment fails, stop others
205205 matrix :
206206 # Define ALL python versions for Docker images
207- python-version : ["3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 "]
207+ python-version : ["3.9 ", "3.10 ", "3.11 ", "3.12 ", "3.13 "]
208208 # Designate ONE primary version for PyPI publish and Docker 'latest' tag
209209 primary-py : ['3.11'] # Choose your primary Python version
210210
@@ -286,7 +286,7 @@ jobs:
286286 # Use the Git tag from the event ref as the base version
287287 # Assumes tags are like '0.1.0' or 'v0.1.0' - metadata-action handles 'v' prefix
288288 tags : |
289- # Generate tags like: 0.1.0-py3.8 , 0.1-py3.8 , 0-py3.8
289+ # Generate tags like: 0.1.0-py3.9 , 0.1-py3.9 , 0-py3.9
290290 type=semver,pattern={{version}}-py${{ matrix.python-version }}
291291 type=semver,pattern={{major}}.{{minor}}-py${{ matrix.python-version }}
292292 type=semver,pattern={{major}}-py${{ matrix.python-version }}
@@ -315,4 +315,4 @@ jobs:
315315 PYTHON_VERSION=${{ matrix.python-version }}
316316 VERSION=${{ steps.get_version_tag.outputs.VERSION }}
317317 cache-from : type=gha,scope=deploy-${{ matrix.python-version }}
318- cache-to : type=gha,mode=max,scope=deploy-${{ matrix.python-version }}
318+ cache-to : type=gha,mode=max,scope=deploy-${{ matrix.python-version }}
0 commit comments