@@ -12,14 +12,14 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 strategy :
15- # If either the tests for 3.8 or 3.10 fail all workflows
15+ # If either the tests for 3.8 or 3.11 fail all workflows
1616 # are terminated to safe computing resources.
1717 fail-fast : true
1818 # To safe runtime least and latest version supported are
1919 # chosen. We go for 3.8 due to some dependencies. For more
2020 # info see the pyproject.toml
2121 matrix :
22- python-version : ["3.8", "3.10 "]
22+ python-version : ["3.8", "3.11 "]
2323
2424 steps :
2525 - uses : actions/checkout@v3
@@ -79,10 +79,10 @@ jobs:
7979 echo "version=${VERSION}" >> $GITHUB_OUTPUT
8080
8181 # For publishing any version will do
82- - name : Set up Python 3.10
82+ - name : Set up Python 3.11
8383 uses : actions/setup-python@v4
8484 with :
85- python-version : " 3.10 "
85+ python-version : " 3.11 "
8686
8787 - name : Install Task
8888 run : |
@@ -127,10 +127,10 @@ jobs:
127127
128128 steps :
129129 # Install python (be aware NO checkout action)
130- - name : Set up Python 3.10
130+ - name : Set up Python 3.11
131131 uses : actions/setup-python@v4
132132 with :
133- python-version : " 3.10 "
133+ python-version : " 3.11 "
134134
135135 # Check if it installs without errors
136136 - name : Install package
@@ -158,10 +158,10 @@ jobs:
158158 with :
159159 fetch-depth : 0
160160
161- - name : Set up Python 3.10
161+ - name : Set up Python 3.11
162162 uses : actions/setup-python@v4
163163 with :
164- python-version : " 3.10 "
164+ python-version : " 3.11 "
165165
166166 - name : Install Task
167167 run : |
0 commit comments