Skip to content

Commit

Permalink
Support python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarrison committed Aug 29, 2024
1 parent 48e7cb9 commit 773704b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
#os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: [3.9, "3.10"]
python-version: [3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"online-stats>=2023",
"positional-encodings>=6.0.3",
]
requires-python = ">=3.9,<3.11"
requires-python = ">=3.9,<3.12"

[project.optional-dependencies]
equiv = [
Expand Down

0 comments on commit 773704b

Please sign in to comment.