Skip to content

Commit

Permalink
Merge pull request #240 from vprivat-ads/update-python
Browse files Browse the repository at this point in the history
Test with Python 3.12, 3.13
  • Loading branch information
jonhealy1 authored Jan 9, 2025
2 parents 492547b + 61fe54a commit c79fadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38,py39,py310,py311
envlist = py38,py39,py310,py311,py312,py313

[testenv]
deps = pytest
Expand Down

0 comments on commit c79fadb

Please sign in to comment.