Skip to content

Commit

Permalink
cringifyer transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland committed Oct 29, 2024
1 parent e7761a1 commit 8f75555
Show file tree
Hide file tree
Showing 14 changed files with 689 additions and 189 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
strategy:
matrix:
include:
- python-version: "3.8"
usable-python-version: "3.8"
- python-version: "3.9"
usable-python-version: "3.9"
- python-version: "3.10"
Expand All @@ -18,6 +16,8 @@ jobs:
usable-python-version: "3.11"
- python-version: "3.12"
usable-python-version: "3.12"
- python-version: "3.13"
usable-python-version: "3.13"

steps:
- uses: actions/checkout@v4
Expand All @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: ./pw poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: .venv
Expand All @@ -44,10 +44,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.9"
- run: ./pw poetry config virtualenvs.in-project true
- name: Set up cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
path: .venv
Expand Down
Loading

0 comments on commit 8f75555

Please sign in to comment.