Skip to content

Commit

Permalink
remove travis
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaconDesperado committed Apr 29, 2024
1 parent 25a599a commit f80dddd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '>=3.10'
- name: Set up build deps
run: python -m pip install --upgrade build
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '>=3.10'
- name: Set up build deps
run: python -m pip install --upgrade build
- name: Install dependencies
Expand Down
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

0 comments on commit f80dddd

Please sign in to comment.