Move to Python 3.10 & improve CI workflow (#2369)

* Use Python 3.10 in CI, benchmark, devcontainer, docker config, .sourcery.yaml
* Improve Python CI workflow
This commit is contained in:
Reinier van der Leer
2023-04-19 01:27:29 +02:00
committed by GitHub
parent 8020eaa2e9
commit e2accab87e
5 changed files with 41 additions and 23 deletions

View File

@@ -9,11 +9,11 @@ jobs:
environment: benchmark
strategy:
matrix:
python-version: [3.8]
python-version: ['3.10']
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2