Skip to content

Commit 81765cf

Browse files
authored
Torch 2.9 (#148)
* test the optimizer with python 3.14 * remove warning in README that the optimizer was incompatible with python 3.14
1 parent 90258c3 commit 81765cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
python-version: ["3.10", "3.11", "3.12", "3.13"]
38+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3939

4040
steps:
4141
- uses: actions/checkout@v4

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ review_log = ReviewLog.from_json(review_log_json)
183183

184184
## Optimizer (optional)
185185

186-
> [!NOTE]
187-
> The Optimizer is not currently supported for Python 3.14
188-
189186
If you have a collection of `ReviewLog` objects, you can optionally reuse them to compute an optimal set of parameters for the `Scheduler` to make it more accurate at scheduling reviews. You can also compute an optimal retention rate to reduce the future workload of your reviews.
190187

191188
### Installation

0 commit comments

Comments
 (0)