We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf4b1a commit 8d63c56Copy full SHA for 8d63c56
2 files changed
.github/workflows/package.yml
@@ -27,7 +27,7 @@ jobs:
27
- 5432:5432
28
strategy:
29
matrix:
30
- python-version: ['3.6', '3.7', '3.8']
+ python-version: ['3.8', '3.9', '3.10']
31
django-series: ['2.2', '3.0']
32
steps:
33
- uses: actions/checkout@v2
setup.py
@@ -43,10 +43,9 @@
43
"License :: OSI Approved :: BSD License",
44
"Natural Language :: English",
45
"Operating System :: OS Independent",
46
- "Programming Language :: Python :: 3.5",
47
- "Programming Language :: Python :: 3.6",
48
- "Programming Language :: Python :: 3.7",
49
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
50
"Topic :: Software Development :: Libraries :: Python Modules",
51
],
52
)
0 commit comments