Skip to content

Commit

Permalink
Drop support of python 3.9 since problems occur with importlib-metada…
Browse files Browse the repository at this point in the history
…ta and pulp packages
  • Loading branch information
MaGering committed Feb 26, 2024
1 parent 710086f commit 012b755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10']
python-version: ['3.10']

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
66 changes: 4 additions & 62 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = ">=3.9, <3.11"
python = ">=3.10, <3.11"
numpy = ">=1.21.0"
rtree = ">=0.9.7"
pyyaml = ">=6.0"
Expand Down

0 comments on commit 012b755

Please sign in to comment.