-
Notifications
You must be signed in to change notification settings - Fork 171
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
Remove support for python 3.8 #1042
Conversation
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paulf81 @rafmudaf I've updated the classifiers list to all versions of python in the testing matrix, based on this definition.
This looks great @misi9170 ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me @misi9170. We also need to remember to update the conda-forge recipe to drop v3.8
Python 3.8 is now at end-of-life. We intend that FLORIS support only active versions of python. FLORIS v4.2 is the last minor version of FLORIS that supports version 3.8.
This pull request sets the required version of python at 3.9, and updates the testing matrices (#1019) to reflect that 3.8 is no longer supported. The testing matrix is now