Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit f9fcc1d

Browse files
committed
Add build workflow, deprecate travis
1 parent d44529b commit f9fcc1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, macos-latest]
19-
python: [ '3.8' ]
19+
python: [ '3.9' ]
2020

2121
name: Python ${{ matrix.python }}
2222
steps:

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def build(session):
5454
session.install("setuptools")
5555
session.install("wheel")
5656
session.install("twine")
57+
session.install("types-requests")
5758
session.run("rm", "-rf", "dist", "build", external=True)
5859
session.run("python", "setup.py", "--quiet", "sdist", "bdist_wheel")
5960

0 commit comments

Comments
 (0)