Skip to content

Commit

Permalink
cringifyer transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinIsland authored and KotlinIsland committed Oct 7, 2024
1 parent e98c2b5 commit 8a45963
Show file tree
Hide file tree
Showing 19 changed files with 583 additions and 421 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-dev"
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
2 changes: 1 addition & 1 deletion .idea/basedtyping.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

196 changes: 0 additions & 196 deletions basedtyping/transformer.py

This file was deleted.

Loading

0 comments on commit 8a45963

Please sign in to comment.