Skip to content

Commit

Permalink
Merge pull request #737 from opensafely-core/test-in-3.10
Browse files Browse the repository at this point in the history
Test under python 3.10
  • Loading branch information
bloodearnest authored Aug 21, 2024
2 parents 57378f2 + 429caae commit a4e9cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
test-job:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-12]
# 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 a4e9cb4

Please sign in to comment.