Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from argyle-engineering/add-minimal-support-for…
Browse files Browse the repository at this point in the history
…-pattern-matching

Add minimal support for pattern matching
  • Loading branch information
kennipj authored Oct 26, 2021
2 parents 62ed538 + e364e22 commit 15684c6
Show file tree
Hide file tree
Showing 16 changed files with 714 additions and 880 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/changelog.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/doc.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/docker.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest]

steps:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/pypi_upload.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.10"]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/upload_binary.yml

This file was deleted.

Loading

0 comments on commit 15684c6

Please sign in to comment.