Skip to content
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

Feature : updated workflows to run on py[3.7, 3.11] #676

Merged
merged 3 commits into from
Feb 22, 2023

Conversation

Magnus167
Copy link
Member

Closes #508

@Magnus167 Magnus167 linked an issue Feb 22, 2023 that may be closed by this pull request
lsimonsen
lsimonsen previously approved these changes Feb 22, 2023
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest # Alternative: windows-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10'] # For multiple: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only the "package" should be run on them all - the rest we can just run on a single one - but maybe move it to Python 3.11 or similar.

@Magnus167 Magnus167 merged commit f4db8e2 into develop Feb 22, 2023
@Magnus167 Magnus167 deleted the feature/update_workflows_py_versions branch February 22, 2023 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests: unittests run on Windows and Python +3.11 -3.6
2 participants