Skip to content

Commit

Permalink
Support new python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aoskotsky-amplify committed Nov 3, 2024
1 parent 9d327fe commit 9894ad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def get_requirements():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
keywords="",
author="Amplify Education",
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py38}-unit,{py39}-unit,{py310}-unit,{py311}-unit
envlist = {py38}-unit,{py39}-unit,{py310}-unit,{py311}-unit,{py312}-unit,{py313}-unit
skipsdist = true

[testenv]
Expand All @@ -13,3 +13,5 @@ python =
3.9: py39-unit
3.10: py310-unit
3.11: py311-unit
3.12: py312-unit
3.13: py313-unit

0 comments on commit 9894ad1

Please sign in to comment.