Skip to content

Commit de88efd

Browse files
authored
python: upgrade to 3.9 (#131)
3.7 and 3.8 are both EOL commit-id:287d3a4d
1 parent a8ebc14 commit de88efd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Set up Python
154154
uses: actions/setup-python@v5
155155
with:
156-
python-version: 3.7
156+
python-version: 3.9
157157
- name: Build wheel
158158
run: |
159159
cd pybatfish

tests/test_batfish_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bash conda.sh -b -p $HOME/miniconda
99
export PATH="$HOME/miniconda/bin:$PATH"
1010
# pip 20.3 has problems resolving dependencies correctly, so pin to last working version
1111
# See related resolver issue: https://github.com/pypa/pip/issues/9187
12-
conda create -y -n conda_env python=3.7 pip=20.2.4
12+
conda create -y -n conda_env python=3.9 pip=20.2.4
1313
source activate conda_env
1414

1515
# Install specific version of Pybatfish if specified, otherwise use the available version/wheel artifacts

0 commit comments

Comments
 (0)