Skip to content

Commit

Permalink
deprecated python 3.6 (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: Salaah Amin <[email protected]>
  • Loading branch information
Salaah01 and Salaah01 committed Mar 4, 2024
1 parent 5ffd562 commit 9d2119e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
python-version: [3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist =py{36,37,38,39,310}
envlist =py{37,38,39,310}

[testenv]
deps =
Expand Down

0 comments on commit 9d2119e

Please sign in to comment.