Skip to content

Commit 83cb399

Browse files
author
Francesco Faraone
committed
* Requests minimum version: 2.23.x
* Add python 3.9 to test matrix
1 parent fb90689 commit 83cb399

3 files changed

Lines changed: 63 additions & 61 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.6, 3.7, 3.8]
16+
python-version: [3.6, 3.7, 3.8, 3.9]
1717
steps:
1818
- uses: actions/checkout@v2
1919
with:

poetry.lock

Lines changed: 61 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
python = "^3.6"
1313
connect-markdown-renderer = "^1.0.0"
1414
PyYAML = "^5.3.1"
15-
requests = "^2.24.0"
15+
requests = "^2.23.0"
1616
responses = "^0.12.0"
1717
inflect = "^4.1.0"
1818

0 commit comments

Comments
 (0)