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

Test against newer versions of Python and fix the test workflow #238

Merged
merged 12 commits into from
Jun 23, 2023

Conversation

evgkirov
Copy link
Collaborator

@evgkirov evgkirov commented May 18, 2023

All tests are green now.

  1. Added support for running tests against Python 3.11 as well as Python 3.12 (alpha).
  2. Updated the test workflow to use newer versions of poetry, yarl, and coverage as the older versions were incompatible with Python 3.11. However, testing against Python 3.6 still uses the old versions of those packages.
  3. Replaced actions/checkout@v2 with actions/checkout@v3 to suppress the deprecation notice.
  4. Enabled the test workflow for all branches, not just main.

Supersedes #214.

.github/workflows/test.yml Outdated Show resolved Hide resolved
.github/workflows/test.yml Outdated Show resolved Hide resolved
.github/workflows/test.yml Show resolved Hide resolved
.github/workflows/test.yml Show resolved Hide resolved
@evgkirov evgkirov merged commit 7ee3c1d into main Jun 23, 2023
31 checks passed
@evgkirov evgkirov deleted the chore/py-3.11-new branch June 23, 2023 15:37
evgkirov added a commit that referenced this pull request Jun 23, 2023
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.

None yet

2 participants