diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc0f5e2..a45d379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: python-version: - '3.8' - - '3.12' + - '3.11' TOX_ENV: - csslint - eslint diff --git a/setup.py b/setup.py index 1dd2716..423c267 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,7 @@ def is_requirement(line): setup( name='xblock-sql-grader', - version='0.5.1', + version='0.6.0', description='SQL Grader XBlock', # TODO: write a better description. license='AGPLv3', long_description=README, @@ -149,13 +149,12 @@ def is_requirement(line): classifiers=[ 'Development Status :: 5 - Production/Stable', 'Framework :: Django', - 'Framework :: Django :: 3.2', 'Framework :: Django :: 4.2', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.11", ] ) diff --git a/tox.ini b/tox.ini index 9e3c24a..bc9dc0f 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = csslint eslint - py{38, 312}-django{42}quality + py{38, 311}-django{42}quality [testenv] deps =