Skip to content

Commit 6ae87b0

Browse files
committed
python 3.9 not long supported
1 parent 2d2a5c4 commit 6ae87b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6666
#### CI/CD
6767
- GitHub Actions workflow for continuous integration
6868
- Multi-OS testing (Ubuntu, macOS, Windows)
69-
- Multi-Python version testing (3.9, 3.10, 3.11)
69+
- Multi-Python version testing (3.10, 3.11)
7070
- Code quality checks (flake8, black, isort, mypy)
7171
- Test coverage reporting
7272
- Documentation building
@@ -93,7 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9393
- Automated QSage model download
9494

9595
### Dependencies
96-
- Python >= 3.9, < 3.13
96+
- Python >= 3.10, < 3.13
9797
- Qiskit for quantum computing functionality
9898
- scikit-learn for classical ML algorithms
9999
- pandas, numpy for data manipulation

0 commit comments

Comments
 (0)