Skip to content

Commit

Permalink
hello python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Jun 10, 2024
1 parent 11d5629 commit 11f7f9d
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 @@ -12,7 +12,7 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: "actions/checkout@v2"
- name: "Install dependencies"
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, docs
envlist = py38, py39, py310, py311, py312, docs
skipsdist = True

[testenv]
Expand Down

0 comments on commit 11f7f9d

Please sign in to comment.