@@ -23,10 +23,10 @@ jobs:
2323 - name : Checkout repo @ SHA - ${{ github.sha }}
2424 uses : actions/checkout@v4
2525
26- - name : Set up Python 3.10
26+ - name : Set up Python 3.11
2727 uses : actions/setup-python@v5
2828 with :
29- python-version : " 3.10 "
29+ python-version : " 3.11 "
3030
3131 - name : Install tox
3232 run : pip install tox
@@ -41,10 +41,10 @@ jobs:
4141 - name : Checkout repo @ SHA - ${{ github.sha }}
4242 uses : actions/checkout@v4
4343
44- - name : Set up Python 3.10
44+ - name : Set up Python 3.11
4545 uses : actions/setup-python@v5
4646 with :
47- python-version : " 3.10 "
47+ python-version : " 3.11 "
4848
4949 - name : Install tox
5050 run : pip install tox
@@ -61,10 +61,10 @@ jobs:
6161 - name : Checkout repo @ SHA - ${{ github.sha }}
6262 uses : actions/checkout@v4
6363
64- - name : Set up Python 3.10
64+ - name : Set up Python 3.11
6565 uses : actions/setup-python@v5
6666 with :
67- python-version : " 3.10 "
67+ python-version : " 3.11 "
6868
6969 - name : Install tox
7070 run : pip install tox
@@ -79,10 +79,10 @@ jobs:
7979 - name : Checkout repo @ SHA - ${{ github.sha }}
8080 uses : actions/checkout@v4
8181
82- - name : Set up Python 3.10
82+ - name : Set up Python 3.11
8383 uses : actions/setup-python@v5
8484 with :
85- python-version : " 3.10 "
85+ python-version : " 3.11 "
8686
8787 - name : Install tox
8888 run : pip install tox
@@ -103,10 +103,10 @@ jobs:
103103 - name : Checkout repo @ SHA - ${{ github.sha }}
104104 uses : actions/checkout@v4
105105
106- - name : Set up Python 3.10
106+ - name : Set up Python 3.11
107107 uses : actions/setup-python@v5
108108 with :
109- python-version : " 3.10 "
109+ python-version : " 3.11 "
110110
111111 - name : Install tox
112112 run : pip install tox
@@ -124,10 +124,10 @@ jobs:
124124 - name : Checkout repo @ SHA - ${{ github.sha }}
125125 uses : actions/checkout@v4
126126
127- - name : Set up Python 3.10
127+ - name : Set up Python 3.11
128128 uses : actions/setup-python@v5
129129 with :
130- python-version : " 3.10 "
130+ python-version : " 3.11 "
131131
132132 - name : Install tox
133133 run : pip install tox
@@ -142,10 +142,10 @@ jobs:
142142 - name : Checkout repo @ SHA - ${{ github.sha }}
143143 uses : actions/checkout@v4
144144
145- - name : Set up Python 3.10
145+ - name : Set up Python 3.11
146146 uses : actions/setup-python@v5
147147 with :
148- python-version : " 3.10 "
148+ python-version : " 3.11 "
149149
150150 - name : Install tox
151151 run : pip install tox
0 commit comments