Skip to content

Commit

Permalink
Implement initial support for *Python* 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 20, 2023
1 parent abb25b3 commit 8b7dd66
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
python-version: [3.11]
python-version: [3.12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
python-version: [3.11]
python-version: [3.12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest]
python-version: [3.11]
python-version: [3.12]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ classifiers = [
]

[tool.poetry.dependencies]
python = ">= 3.9, < 3.12"
python = ">= 3.9, < 3.13"
cachetools = "*"
colour-science = ">= 0.4.3"
colour-science = ">= 0.4.4"
imageio = ">= 2, < 3"
numpy = ">= 1.22, < 2"
opencv-python = ">= 4, < 5"
Expand Down

0 comments on commit 8b7dd66

Please sign in to comment.