Skip to content

Commit

Permalink
Bump maximum supported Python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinpfoertner committed Mar 21, 2023
1 parent 2d1f5a0 commit 885748d
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-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python: ["3.8", "3.9", "3.10"]
python: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name = "probnum"
description = "Probabilistic Numerics in Python."
readme = "README.md"
requires-python = ">=3.8,<3.11"
requires-python = ">=3.8,<3.12"
license = {file = "LICENSE.txt"}
keywords = [
"probabilistic-numerics",
Expand Down

0 comments on commit 885748d

Please sign in to comment.