Skip to content

Commit

Permalink
Remove Python 3.6 from supported and test matrix, as it reached EOL (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed May 7, 2023
1 parent 95527df commit aa46bdc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/push-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
Expand Down
1 change: 0 additions & 1 deletion setup_sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Operating System :: Android',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit aa46bdc

Please sign in to comment.