Skip to content

Commit 5f32630

Browse files
committed
ci: remove py 3.6 and 3.7 from pipeline
1 parent 43f5e93 commit 5f32630

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8]
11+
python-version: [3.8, 3.9]
1212

1313
steps:
1414
- name: Install secp256k1

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tox]
2-
envlist = py{36,37,38}-{linux,windows},lint,docs
2+
envlist = py{38,39}-{linux,windows},lint,docs
33
skip_missing_interpreters = true
44

55
[gh-actions]
66
python =
7-
3.6: py36
8-
3.7: py37
7+
3.9: py39
98
3.8: py38, lint, docs
109

1110
[testenv]

0 commit comments

Comments
 (0)