Skip to content

Commit

Permalink
chore: drop python 3.8 support for collections type generics
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Sep 23, 2023
1 parent 5597186 commit f7b4439
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Test (pytest)
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
services:
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
"Intended Audience :: Developers",
"Topic :: Database",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
keywords="postgresql database bindings sql",
packages=find_packages(exclude=["build", "dist"]),
Expand Down

0 comments on commit f7b4439

Please sign in to comment.