Skip to content

Commit

Permalink
Run test suite with Python 3.12 locally and in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <nils@redhat.com>
  • Loading branch information
nphilipp committed Feb 27, 2024
1 parent ab592d8 commit 7c68efb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pyver: [310, 311]
pyver: [310, 311, 312]
runs-on: ubuntu-latest
container: fedorapython/fedora-python-tox:latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[tox]
minversion = 3.10.0
envlist = py310,py311,docs,black,lint
envlist = py310,py311,py312,docs,black,lint
isolated_build = true
skip_missing_interpreters = true

Expand Down

0 comments on commit 7c68efb

Please sign in to comment.