Skip to content

Commit

Permalink
Add python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele committed Jul 14, 2023
1 parent 67c1864 commit 39530b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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:
strategy:
matrix:
os: [Ubuntu]
python-version: ["3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: Ubuntu
image: ubuntu-20.04
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

packages = [
{ include = "openeo_processes_dask" }
]

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9,<=3.11"
geopandas = { version = ">=0.11.1,<1", optional = true }
xarray = { version = ">=2022.11.0", optional = true }
dask = {extras = ["array"], version = ">=2022.11.1", optional = true}
Expand Down

0 comments on commit 39530b6

Please sign in to comment.