Skip to content

Commit 6f12d6d

Browse files
committed
swap obfuscator to typer
1 parent 74c1506 commit 6f12d6d

4 files changed

Lines changed: 273 additions & 237 deletions

File tree

.github/workflows/package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [macos-latest, windows-latest, ubuntu-latest]
20-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
20+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Install Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)