diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 12:57:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 12:57:01 +0000 |
commit | 050c9239650f187935cd25a19c03c09f5eff73e3 (patch) | |
tree | fe06524eb856ba658288154fef744772d41b9ca3 /.github/workflows | |
parent | Adding upstream version 0.11.9. (diff) | |
download | gita-050c9239650f187935cd25a19c03c09f5eff73e3.tar.xz gita-050c9239650f187935cd25a19c03c09f5eff73e3.zip |
Adding upstream version 0.12.9.upstream/0.12.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/nos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nos.yml b/.github/workflows/nos.yml index d75defa..e6c012b 100644 --- a/.github/workflows/nos.yml +++ b/.github/workflows/nos.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} |