Skip to content

Commit

Permalink
Add 3.10 to python classifiers and tox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Oct 30, 2021
1 parent 1849762 commit 1f6bfc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-s3-upload"
version = "0.3.3"
version = "0.4"
description = "Integrates direct client-side uploading to s3 with Django."
authors = ["YunoJuno <code@yunojuno.com>"]
license = "MIT"
Expand All @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
packages = [{ include = "s3upload" }]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = fmt, lint, mypy, py{3.7,3.8,3.9}-django{22,30,31,32,main}
envlist = fmt, lint, mypy, py{3.7,3.8,3.9,3.10}-django{22,30,31,32,main}

[testenv]
deps =
Expand Down

0 comments on commit 1f6bfc4

Please sign in to comment.