Skip to content

Use older Ubuntu for testing with Python 3.5 and 3.6 - #56

Merged
diazona merged 1 commit into
masterfrom
fix-os-for-old-python-version/1/dev
Jan 22, 2023
Merged

Use older Ubuntu for testing with Python 3.5 and 3.6#56
diazona merged 1 commit into
masterfrom
fix-os-for-old-python-version/1/dev

Conversation

@diazona

@diazona diazona commented Jan 21, 2023

Copy link
Copy Markdown
Contributor

This commit changes the Github Actions workflow configuration to use an older version of Ubuntu for testing on Python 3.5 and 3.6 - namely Ubuntu 20.04 instead of the current default 22.04. The runners that Github provides with Ubuntu 22.04 don't support versions of Python prior to 3.7.

We will remove support for Python <3.7 at some point, when a code change makes it necessary, but for now there happens to be nothing in the code that breaks with Python 3.5 or 3.6 and it's easy enough to support those versions, which is why I'm not removing support for them entirely yet.

I also upgraded the workflow configuration from the beta version of Python 3.11 to the final release version.

By merging this I hope to get all tests passing in #55.

@diazona
diazona requested review from coordt and redtoad January 21, 2023 10:30
@diazona diazona self-assigned this Jan 21, 2023
@diazona diazona added this to the 0.7.1 milestone Jan 21, 2023
This commit changes the Github Actions workflow configuration to use
an older version of Ubuntu for testing on Python 3.5 and 3.6 - namely
Ubuntu 20.04 instead of the current default 22.04. The runners that
Github provides with Ubuntu 22.04 don't support versions of Python
prior to 3.7.

We will remove support for Python <3.7 at some point, when a code change
makes it necessary, but for now there happens to be nothing in the code
that breaks with Python 3.5 or 3.6 and it's easy enough to support those
versions, which is why I'm not removing support for them entirely yet.

I also upgraded the workflow configuration from the beta version of
Python 3.11 to the final release version.
@diazona
diazona force-pushed the fix-os-for-old-python-version/1/dev branch from 7f4f854 to 3c84ace Compare January 21, 2023 10:34
@diazona
diazona merged commit 2cf1dd0 into master Jan 22, 2023
@diazona
diazona deleted the fix-os-for-old-python-version/1/dev branch January 22, 2023 02:37
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.

1 participant