Skip to content

Commit 1e966d0

Browse files
authored
Merge pull request #3991 from zm711/loosen-python-restriction
Release python version once testing with 3.13.5+
2 parents 2afae60 + 2bf754a commit 1e966d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.9", "3.13.3"] # Lower and higher versions we support, bug in 3.13.4 adjust when fixed
26+
python-version: ["3.9", "3.13"] # Lower and higher versions we support
2727
os: [macos-latest, windows-latest, ubuntu-latest]
2828
steps:
2929
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
description = "Python toolkit for analysis, visualization, and comparison of spike sorting output"
99
readme = "README.md"
10-
requires-python = ">=3.9,<3.13.4" # limit until Windows bug is fixed.
10+
requires-python = ">=3.9,<3.14"
1111
classifiers = [
1212
"Programming Language :: Python :: 3 :: Only",
1313
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)