abbass2 / pyqstrat

A fast, extensible, transparent python library for backtesting quantitative strategies.
BSD 3-Clause "New" or "Revised" License
353 stars 57 forks source link

When do you expect to support python 3.12.*, currently generates an error? #30

Open BlackArbsCEO opened 2 months ago

BlackArbsCEO commented 2 months ago
~$ mamba install pyqstrat

Looking for: ['pyqstrat']

warning  libmamba Could not parse mod/etag header
warning  libmamba Could not parse mod/etag header
conda-forge/linux-64                                34.3MB @   2.1MB/s 16.6s
conda-forge/noarch                                  14.6MB @  73.8kB/s 3m:17.5s

Pinned packages:
  - python 3.12.*

warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
Could not solve for environment specs
The following packages are incompatible
└─ pyqstrat is installable with the potential options
   ├─ pyqstrat [0.3.17|0.3.21|0.3.24|1.0.2] would require
   │  └─ python >=3.10,<3.11.0a0 , which can be installed;
   ├─ pyqstrat [0.3.17|0.3.21] would require
   │  └─ python >=3.7,<3.8.0a0 , which can be installed;
   ├─ pyqstrat [0.3.17|0.3.21] would require
   │  └─ python >=3.8,<3.9.0a0 , which can be installed;
   ├─ pyqstrat [0.3.17|0.3.21|0.3.24] would require
   │  └─ python >=3.9,<3.10.0a0 , which can be installed;
   └─ pyqstrat 1.0.2 would require
      └─ python >=3.11,<3.12.0a0 , which can be installed.