Skip to content

Commit 65f7bba

Browse files
author
Maxime Réty
authored
Merge pull request #48 from TankerHQ/max/ci-deps
chore(ci): bump python dev deps and update supported Python versions
2 parents 40cb959 + 6ece465 commit 65f7bba

5 files changed

Lines changed: 369 additions & 410 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v1
1414
with:
15-
python-version: 3.6
15+
python-version: 3.8
1616
- name: Install and configure poetry
1717
run: python -m pip install poetry
1818
- name: Install python packages

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.6, 3.7, 3.8, 3.9]
12+
python-version: [3.7, 3.8, 3.9, 3.10]
1313
steps:
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
10+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1111
steps:
1212
- uses: actions/checkout@v1
1313

0 commit comments

Comments
 (0)