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 CI tests for the oldest supported Ruff version #269

Closed
wants to merge 1 commit into from

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Oct 9, 2023

No description provided.

@zanieb
Copy link
Member Author

zanieb commented Oct 9, 2023

Just a poc right now — I think I may go with a different approach

@@ -24,6 +25,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: just install
- name: Install lowest supported Ruff version
if: ${{ matrix.ruff == 'lowest' }}
run: pip install ruff==$(./get-oldest-supported-version.py ruff)
Copy link
Member

Choose a reason for hiding this comment

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

I also wouldn't object to just hard-coding this and adding pointer comments between here and the pyproject.toml or similar.

@zanieb
Copy link
Member Author

zanieb commented Oct 10, 2023

#270 is nicer to me

@zanieb zanieb closed this Oct 10, 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