diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 12:57:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 12:57:15 +0000 |
commit | 85cebf7af1712dfc8214564045d68317656cf03b (patch) | |
tree | abd3aa80bb35025159939826e1ee75c430fa7522 /.github | |
parent | Releasing debian version 0.11.9-1. (diff) | |
download | gita-85cebf7af1712dfc8214564045d68317656cf03b.tar.xz gita-85cebf7af1712dfc8214564045d68317656cf03b.zip |
Merging upstream version 0.12.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-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 }} |