diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5e2dad..8e65cf5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,13 @@ jobs: - 3.7 - 3.8 - 3.9 + - 3.10 + - 3.11 django-version: - "2.2,<3.0" - "3.2,<4.0" - "4.0,<4.1" + - "4.1,<4.2" steps: - name: Installing wkhtmltopdf dependencies diff --git a/setup.py b/setup.py index 4a71e00..7963779 100644 --- a/setup.py +++ b/setup.py @@ -21,12 +21,11 @@ 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'License :: OSI Approved :: MIT License', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Framework :: Django', ], keywords='django wkhtmltopdf pdf',