@@ -45,19 +45,19 @@ jobs:
4545 fail-fast : false
4646 matrix :
4747 os : [ubuntu-latest, windows-latest]
48- python : ['3.8 ', '3.9 ', '3.10 ', '3.11 ', '3.12 ']
48+ python : ['3.9 ', '3.10 ', '3.11 ', '3.12 ', '3.13 ']
4949
5050 steps :
5151 - name : Checkout
5252 uses : actions/checkout@v3
5353 with :
5454 path : ${{ env.special-working-directory-relative }}
5555
56- # Install bundled libs using 3.8 even though you test it on other versions.
57- - name : Use Python 3.8
56+ # Install bundled libs using 3.9 even though you test it on other versions.
57+ - name : Use Python 3.9
5858 uses : actions/setup-python@v5
5959 with :
60- python-version : ' 3.8 '
60+ python-version : ' 3.9 '
6161
6262 - name : Update pip, install wheel and nox
6363 run : python -m pip install -U pip wheel nox
6868 run : python -m nox --session install_bundled_libs
6969 shell : bash
7070
71- # Now that the bundle is installed to target using python 3.8
71+ # Now that the bundle is installed to target using python 3.9
7272 # switch back the python we want to test with
7373 - name : Use Python ${{ matrix.python }}
7474 uses : actions/setup-python@v5
@@ -112,10 +112,10 @@ jobs:
112112 cache : ' npm'
113113 cache-dependency-path : ${{ env.special-working-directory-relative }}/package-lock.json
114114
115- - name : Use Python 3.8
115+ - name : Use Python 3.9
116116 uses : actions/setup-python@v5
117117 with :
118- python-version : ' 3.8 '
118+ python-version : ' 3.9 '
119119
120120 - name : Update pip, install wheel and nox
121121 run : python -m pip install -U pip wheel nox
0 commit comments