Skip to content

Commit cd5a0b1

Browse files
committed
Python 3.9 too
1 parent 3d7d769 commit cd5a0b1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ['3.10', '3.11', '3.12', '3.13']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1313

1414
steps:
1515
- uses: actions/checkout@v3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'Intended Audience :: Developers',
2525
'License :: OSI Approved :: MIT License',
2626
'Operating System :: OS Independent',
27+
'Programming Language :: Python :: 3.9',
2728
'Programming Language :: Python :: 3.10',
2829
'Programming Language :: Python :: 3.11',
2930
'Programming Language :: Python :: 3.12',

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[tox]
2-
envlist = {linux}-py{310,311,312,313}-django{42,50,51}
2+
envlist = {linux}-py{39,310,311,312,313}-django{42,50,51}
33

44
[gh-actions]
55
python =
6+
3.9: py39
67
3.10: py310
78
3.11: py311
89
3.12: py312

0 commit comments

Comments
 (0)