Skip to content

Commit

Permalink
Merge pull request #15 from m-vdb/add-more-python-version
Browse files Browse the repository at this point in the history
add more python versions in the CI
  • Loading branch information
m-vdb authored Jun 14, 2024
2 parents 46318f8 + a31efdd commit 2cc3a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]

steps:
- name: Checkout git repository
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["pep440", "version"]
classifiers = ["Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License"]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.13"
packaging = ">=21.3,<24"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 2cc3a4b

Please sign in to comment.