Browse Source

Merge branch 'master' into record-type-registration

pull/889/head
Ross McFarland 4 years ago
committed by GitHub
parent
commit
89e31e34db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      .github/workflows/modules.yml

+ 5
- 2
.github/workflows/modules.yml View File

@ -37,8 +37,11 @@ jobs:
- name: Setup python
uses: actions/setup-python@v1
with:
# This should generally be the latest stable release of python
python-version: '3.10'
# This should generally be the latest stable release of python, but
# dyn and ovh don't currently support changes made in 3.10 so we'll
# leave it 3.9 for now. Once 3.11 lands though we'll bump to it and
# if they haven't updated they'll be removed from the matrix
python-version: '3.9'
architecture: x64
- name: Test Module
run: |


Loading…
Cancel
Save