-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added python 3.10 to versions #1260
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1260 +/- ##
===============================================
+ Coverage 88.09% 88.72% +0.63%
===============================================
Files 140 140
Lines 11144 12313 +1169
===============================================
+ Hits 9817 10925 +1108
- Misses 1327 1388 +61
Continue to review full report at Codecov.
|
Tests for 3.10 fail, I assume we will have to wait a bit until the libraries we rely on support 3.10, this probably means updating ConfigSpace and SMAC to specify they can run on Python 3.10 I use # Conda
PackagesNotFoundError: The following packages are not available from current channels:
- python=3.10
# Without conda
ERROR: Could not find a version that satisfies the requirement scipy>=1.7.0 (from auto-sklearn[test]) (from versions: 0.8.0, 0.9.0, 0.10.0, 0.10.1, 0.11.0, 0.12.0, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.16.1, 0.17.0, 0.17.1, 0.18.0, 0.18.1, 0.19.0, 0.19.1, 1.0.0b1, 1.0.0rc1, 1.0.0rc2, 1.0.0, 1.0.1, 1.1.0rc1, 1.1.0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0rc1, 1.4.0rc2, 1.4.0, 1.4.1, 1.5.0rc1, 1.5.0rc2, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.6.0rc1, 1.6.0rc2, 1.6.0, 1.6.1)
ERROR: No matching distribution found for scipy>=1.7.0 |
TODO: Create a release for Pyrfr and ConfigSpace to have a wheel for Python 3.10 |
* added python 3.10 to versions * Added quotes around versions * Trigger tests
* added python 3.10 to versions * Added quotes around versions * Trigger tests
Add Python 3.10 to the test matrix.
Need to use quotes around version such as
'3.10'
as3.10
gets converted to3.1