Skip to content

Commit

Permalink
Add support for Python 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Feb 26, 2024
1 parent 9fb05a2 commit 4e4451e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,12 @@ dependencies:
packages:
- python=3.10
- matrix:
py: "3.11"
packages:
- python>=3.9,<3.11
- python=3.11
- matrix:
packages:
- python>=3.9,<3.12
run_pylibraft:
common:
- output_types: [conda, pyproject]
Expand Down

0 comments on commit 4e4451e

Please sign in to comment.