Change release branch to testing, and bump mac and windows action to Python 3.9

This commit is contained in:
Veronica K. B. Olsen
2021-02-06 14:07:08 +01:00
parent 7302fb951e
commit 54881facf8
7 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
name: macOS (3.8)
name: macOS (3.9)
on:
push:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
pull_request:
branches: [ main, dev, release ]
branches: [ main, testing, dev ]
jobs:
testMac38:
@@ -13,7 +13,7 @@ jobs:
- name: Python Setup
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
architecture: x64
- name: Install Packages
run: |