Skip to content

Commit

Permalink
Add Python 3.13 to tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvm committed Nov 16, 2024
1 parent ce30a3f commit 28ac28c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bottle==0.12.25
bottle>=0.12.25
asyncore-wsgi>=0.0.11
selenium==4.10.0
Pylint==2.15.0
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311,312}
envlist = py{38,39,310,311,312,313}

[testenv]
commands=
Expand All @@ -8,9 +8,9 @@ commands=

[gh-actions]
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
3.13: py313

0 comments on commit 28ac28c

Please sign in to comment.