Skip to content

Commit 6854bac

Browse files
committed
chore(ci): remove legacy Travis; lint uses .python-version
Travis config targeted Python 3.7–3.9 and pip; GHA is canonical. Lint workflow reads the tracked python-version file for DRY. Made-with: Cursor
1 parent b5983e6 commit 6854bac

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.12"
18+
python-version-file: ".python-version"
1919

2020
- name: Sync dev tools
2121
run: |

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)