Skip to content

Commit

Permalink
Test Python 3.12 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie authored Nov 11, 2024
1 parent cdedc43 commit 72c1b73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
windows-latest,
macOS-latest,
]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.12"]
name: ${{ matrix.os }}, Python ${{ matrix.python-version }} lint and test
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.10"
python: "3.12"
apt_packages:
- graphviz

Expand Down

0 comments on commit 72c1b73

Please sign in to comment.