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

QOLDEV-987 drop Python 2 including CKAN 2.8 #65

Merged
merged 102 commits into from
Nov 1, 2024
Merged

Conversation

ThrawnCA
Copy link

@ThrawnCA ThrawnCA commented Nov 1, 2024

Also merge upstream changes.

Zharktas and others added 26 commits October 22, 2021 12:54
Enable file downloads to go through a proxy if needed
Fix reference error in reports to revisions
Add default queue to command options
@ThrawnCA ThrawnCA requested a review from a team November 1, 2024 02:11
@ThrawnCA ThrawnCA merged commit cab5ae9 into develop Nov 1, 2024
4 checks passed
@@ -25,16 +25,16 @@ jobs:
needs: lint
strategy:
matrix:
ckan-version: ["2.10", 2.9, 2.9-py2, 2.8, 2.7]
ckan-version: ["2.10", 2.9]
Copy link
Member

Choose a reason for hiding this comment

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

can you add 2.11 and mark it has 'ignore if failed', might as well show that its not ready in cicd testing then to not have it in here.
i.e.

    strategy:
      matrix:
        ckan-version: ["2.11", "2.10", "2.9"]
        include:
          - version: "2.11"
            continue-on-error: true  # Allow failure on version 2.11 so work further development work can continue

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.

6 participants