Skip to content

Commit

Permalink
Remove support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 19, 2023
1 parent d20ae24 commit 281a92c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-20.04 ] # , macos-latest, windows-latest ]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]

name: Python ${{ matrix.python-version }} on OS ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Imagecast changelog
in progress
===========
- Add capability to acquire images from HTML web pages, and elements thereof
- Remove support for Python 3.6


2023-01-17 0.5.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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 281a92c

Please sign in to comment.