Skip to content

Commit

Permalink
Bump python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Feb 8, 2024
1 parent 01c894b commit 9447215
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
#----------------------------------------------
# ----- install & configure poetry -----
#----------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
matrix:
python-version:
- "3.10" # Earliest version supported by ixmp4
- "3.11" # Latest version supported by ixmp4
- "3.11"
- "3.12" # Latest version supported by ixmp4

runs-on: ubuntu-latest
services:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.12"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ openpyxl = "^3.0.9"
pandas = "~2.1.2"
pandera = "^0.18.0"
pydantic = "^2.5.3"
python = ">=3.10, <3.12"
python = ">=3.10, <3.13"
python-dotenv = "^1.0.1"
requests = "^2.27.1"
typer = "^0.9.0"
Expand Down

0 comments on commit 9447215

Please sign in to comment.