Skip to content

Commit

Permalink
feat: allow python 3.11 (#48) (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpepinartefact authored Dec 22, 2023
2 parents aa3a2c8 + 79c100e commit 8b753da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.11']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON_VERSION = 3.10.13
PYTHON_VERSION = 3.11
# help: help - Display this makefile's help information
.PHONY: help
help:
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 @@ readme = "README.md"


[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9"
numpy = "^1.24.2"
llist = "^0.7.1"
pydantic = "^2.4.2"
Expand Down

0 comments on commit 8b753da

Please sign in to comment.