Skip to content

Commit cf52a08

Browse files
daveisferamauricioabreu
authored andcommitted
Add Python 3.13 to tests
https://peps.python.org/pep-0719/
1 parent 377d42b commit cf52a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# You can use PyPy versions in python-version.
2424
# For example, pypy2 and pypy3
2525
matrix:
26-
python-version: ["3.9", "3.10", "3.11", "3.12"]
26+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2727

2828
# Steps represent a sequence of tasks that will be executed as part of the job
2929
steps:

0 commit comments

Comments
 (0)