Skip to content

Commit

Permalink
Merge pull request #7 from PanDAWMS/next
Browse files Browse the repository at this point in the history
3.1.0.60
  • Loading branch information
PalNilsson authored Dec 8, 2021
2 parents d43de3a + bcf05c7 commit 988098b
Show file tree
Hide file tree
Showing 51 changed files with 1,505 additions and 1,385 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
continue-on-error: true
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
python-version: ['3.6', '3.7', '3.8', '3.9']
env:
FLAKE8_VERSION: "==3.8.4"
FLAKE8_CONFIG: ".flake8"
steps:
- name: Checkout Pilot2 repo
- name: Checkout Pilot3 repo
uses: actions/checkout@v2

# - name: Hack me some python
Expand All @@ -26,7 +26,7 @@ jobs:
# echo "DISTRIB_RELEASE=18.04" > /etc/lsb-release
# fi

- name: Setup Python2
- name: Setup Python3
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion PILOTVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0.1
3.1.0.60
Loading

0 comments on commit 988098b

Please sign in to comment.