Skip to content

Commit

Permalink
Test under python 3.10
Browse files Browse the repository at this point in the history
Whilst we are still not running job-server inside docker, we need
job-runner to work under the system python. Currently, TPP is on
20.04/pyh38, andw e want to upgrade to 22.04/py3.10

job-runner does work on 3.10, as its bundled in opensafely-cli, and
that's been running on 3.10 fine for anyone on 22.04 for ages.

But this formalises it in CI.
  • Loading branch information
bloodearnest committed Aug 19, 2024
1 parent 57378f2 commit f5be894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Python 3.8 is what we currently support for running cohortextractor
# locally, and 3.9 is what we required for databuilder so we need to make
# sure we can run with those
python: [3.8, 3.9]
python: [3.8, 3.9, 3.10]
runs-on: ${{ matrix.os }}
name: Run test suite
steps:
Expand Down

0 comments on commit f5be894

Please sign in to comment.