Skip to content

Commit

Permalink
GitHub doesn't have Python 3.5 anymore, switch to 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed May 15, 2024
1 parent e07fea0 commit 900e66a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ jobs:
os: "ubuntu-latest"
tox-envs: "py37-setuptools6920"
- project: "web"
python-version: "3.5"
python-version: "3.6"
os: "ubuntu-20.04"
tox-envs: "py35-server520"
tox-envs: "py36-server520"

env:
PY_COLORS: 1
Expand Down
3 changes: 2 additions & 1 deletion web/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ deps =
pytest-cov
pytest-github-actions-annotate-failures
server520: devpi-server==5.2.0
server520: ruamel.yaml<0.17.22;python_version<"3.6"
server520: ruamel.yaml<0.17.22;python_version<"3.7"
server520: beautifulsoup4<4.13;python_version<"3.7"
pyparsing<3;python_version<"3.6"
importlib.metadata;python_version<"3.8"

Expand Down

0 comments on commit 900e66a

Please sign in to comment.