Skip to content

Commit

Permalink
drop python3.9 and support 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMortier committed Sep 20, 2024
1 parent 93f778e commit e5dd3b7
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 @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Install Poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "GPL-3.0"
aprocess = {callable = "aprofiles.cli.aprocess:app", extras = ["cli"]}

[tool.poetry.dependencies]
python = ">=3.9,<=3.12"
python = ">=3.10,<=3.12"
matplotlib = "^3.5.0,<3.9"
miepython = "^2.2.1"
netCDF4 = "^1.5.8"
Expand Down

0 comments on commit e5dd3b7

Please sign in to comment.