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

Consider how to address the change of Python versions used in CI parts of the lesson #399

Open
bielsnohr opened this issue Oct 18, 2024 · 0 comments

Comments

@bielsnohr
Copy link
Collaborator

Because Python is still quite a dynamic language, the released and stable versions are always changing. This means that the versions that should be used in the parts of the lesson about CI and build matrices are also always changing. The amount that needs to change isn't huge, but there is surrounding text that needs to get updated every time rather than just the numbers in the code snippets.

In conversation with @anenadic , we discussed some possible alternatives, one of which would be to point to https://devguide.python.org/versions/ and tell learners to pick 2 or 3 versions that are currently supported to put into their matrix. A supplementary feature would be to add Instructor notes around this once we are in the Workbench version of the course. Open to other ideas about how to handle this.

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

No branches or pull requests

1 participant