Skip to content

Commit

Permalink
ci: remove py 3.6 and 3.7 from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Nov 20, 2023
1 parent 43f5e93 commit 5f32630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8, 3.9]

steps:
- name: Install secp256k1
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
@@ -1,11 +1,10 @@
[tox]
envlist = py{36,37,38}-{linux,windows},lint,docs
envlist = py{38,39}-{linux,windows},lint,docs
skip_missing_interpreters = true

[gh-actions]
python =
3.6: py36
3.7: py37
3.9: py39
3.8: py38, lint, docs

[testenv]
Expand Down

0 comments on commit 5f32630

Please sign in to comment.