Skip to content

Commit c7bee16

Browse files
committed
chore(deps): add Python 3.11 and 3.12 support
chore(deps): update lock file chore(deps): remove colour fix(deps): force NumPy version fix(deps): relax constraints chore(deps): update lock file
1 parent 7ad7e99 commit c7bee16

File tree

3 files changed

+97
-274
lines changed

3 files changed

+97
-274
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-22.04, macos-latest, windows-latest]
25-
python: ["3.8", "3.9", "3.10", "3.11"]
25+
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2626

2727
steps:
2828
- name: Checkout the repository

0 commit comments

Comments
 (0)