Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 16ca0c2

Browse filesBrowse files
committed
Add 3.10 to tox.ini and setup.py
1 parent 1cb3fa2 commit 16ca0c2
Copy full SHA for 16ca0c2

File tree

Expand file treeCollapse file tree

2 files changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-3
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ def get_version(package):
9999
'Operating System :: OS Independent',
100100
'Programming Language :: Python',
101101
'Programming Language :: Python :: 3',
102-
'Programming Language :: Python :: 3.5',
103102
'Programming Language :: Python :: 3.6',
104103
'Programming Language :: Python :: 3.7',
105104
'Programming Language :: Python :: 3.8',
106105
'Programming Language :: Python :: 3.9',
106+
'Programming Language :: Python :: 3.10',
107107
'Programming Language :: Python :: 3 :: Only',
108108
'Topic :: Internet :: WWW/HTTP',
109109
],

‎tox.ini

Copy file name to clipboardExpand all lines: tox.ini
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
envlist =
33
{py35,py36,py37}-django22,
44
{py36,py37,py38,py39}-django31,
5-
{py36,py37,py38,py39}-django32,
6-
{py38,py39}-{django40,djangomain},
5+
{py36,py37,py38,py39,py310}-django32,
6+
{py38,py39,py310}-{django40,djangomain},
77
base,dist,docs,
88

99
[travis:env]
@@ -54,3 +54,6 @@ ignore_outcome = true
5454

5555
[testenv:py39-djangomain]
5656
ignore_outcome = true
57+
58+
[testenv:py310-djangomain]
59+
ignore_outcome = true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.