Skip to content

Commit

Permalink
we only support 3.7 up and not 3.6 up
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Feb 8, 2022
1 parent dc9eef3 commit dd43e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ include = ["*.txt", "*.rst"]
# url = 'http://example.com/simple'

[tool.poetry.dependencies]
python = "~3.6 || ~3.7 || ^3.8" # Compatible python versions must be declared here
python = "~3.7 || ^3.8 || ^3.9" # Compatible python versions must be declared here
pygments-yang-lexer = "^0.2"
pyang = "^2.3.2"
pyangbind="^0.8.1"
Expand All @@ -58,7 +58,7 @@ flake8-bugbear = "^20.11.1"
flakehell = "^0.9.0"
isort = "^5.7.0"
nose = "^1.3.7"
pex = { version="^2.1.28", python = ">=3.6,<3.10" }
pex = { version="^2.1.28", python = ">=3.7,<3.10" }
psutil = "^5.7.2"
pudb = "^2019.2"
pytest = "^7.0.0"
Expand Down

0 comments on commit dd43e17

Please sign in to comment.