Skip to content

Commit

Permalink
Test against Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonray authored Sep 14, 2024
1 parent a4643c4 commit b1f92c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python-version: ["3.11", "3.10", "3.9", "3.8", "3.7"]
python-version: ["3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
beanstalkd-version: ["1.13", "1.12"]
runs-on: ubuntu-latest
steps:
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]
env_list = py37, py38, py39, py310, py311
env_list = py37, py38, py39, py310, py311, py312

[testenv]
deps = pytest
Expand Down

0 comments on commit b1f92c5

Please sign in to comment.