Skip to content

Commit

Permalink
add python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiU committed Jul 28, 2024
1 parent de3d93d commit ac97fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
python-version: [3.8,3.9]

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 @@ -8,7 +8,7 @@ license = "MIT"
documentation = "https://flyte.github.io/mqtt-io/"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8,<4.0"
PyYAML = "^6.0.1"
Cerberus = "^1.3.2"
typing-extensions = "^4.4.0"
Expand All @@ -35,7 +35,7 @@ Jinja2 = "^3.1.3"
ast-to-xml="^0.2.3"
GitPython = "^3.1.15"
semver = "^2.13.0"
docutils = "^0.16"
docutils = "0.18.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit ac97fd9

Please sign in to comment.