Skip to content

Commit

Permalink
Add 3.7 back in the versions tested by CI
Browse files Browse the repository at this point in the history
We want to keep testing 3.7 after all, because it was only marked EOL
recently, and that it still is pretty easy to do so (support in GH
actions).

Signed-off-by: Gus Monod <gmonod1@bloomberg.net>
  • Loading branch information
sarahmonod committed Oct 24, 2023
1 parent 0f6207a commit 1bc9ad9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
(cd bloomberg-comdb2/build && sudo make install)
'
- uses: actions/checkout@v4
- name: 'Set up Python 3.8'
- name: 'Set up Python 3.7'
uses: actions/setup-python@v4 # note that this step overwrites the PKG_CONFIG_PATH variable
with:
python-version: '3.8' # the lowest version that we support in CI
python-version: '3.7' # the lowest version that we support in CI
- name: Build sdist
run: '
sudo apt-get install -qy pkg-config &&
Expand All @@ -118,6 +118,7 @@ jobs:
- '3.10'
- '3.9'
- '3.8'
- '3.7'
steps:
- name: Download comdb2 repo with build artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 1bc9ad9

Please sign in to comment.