Skip to content

Commit

Permalink
reverse update python, no torch support yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jan 20, 2025
1 parent 47e6715 commit 964677c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12"]

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dynamic = ["version"]
authors = [ { name="roboquant team", email="[email protected]" },]
description = "A fast algo-trading platform with support for machine learning based strategies"
readme = "README.md"
requires-python = ">=3.11, <3.14"
requires-python = ">=3.11, <3.13"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 964677c

Please sign in to comment.