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

Add PY3.12 & PYPY3.10 and drop 3.7 #1371

Merged
merged 5 commits into from
Aug 8, 2023
Merged

Conversation

waylan
Copy link
Member

@waylan waylan commented Aug 7, 2023

Also update default version for non-version specific tests (linters, etc) to PY-3.11 (previously used 3.7). Fixes #1357.

Also update default version for non-version specific tests (linters, etc)
to PY-3.11 (previously used 3.7). Fixes Python-Markdown#1357.
pyproject.toml Outdated Show resolved Hide resolved
- '**'
paths:
# Only run when these files have been edited.
- 'markdown/__meta__.py'
Copy link
Member Author

Choose a reason for hiding this comment

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

This appears to be working correctly. In this run, the job was defined but did not run as no changes had been made to markdown/__meta__.py. And then the job ran successfully after 9ac6fd3 included a change to markdown/__meta__.py.

@waylan waylan merged commit 8ae73a0 into Python-Markdown:master Aug 8, 2023
16 checks passed
@waylan waylan deleted the 1357 branch August 8, 2023 17:50
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.

Python 3.12 tests currently fail
1 participant