Skip to content

Commit

Permalink
Try testing under python 3.12 (#2038)
Browse files Browse the repository at this point in the history
* Try testing under python 3.12

* Update
  • Loading branch information
pvcraven committed Apr 1, 2024
1 parent 6e777fc commit 6e985b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.8', '3.9.13', '3.10', '3.11']
python-version: ['3.8', '3.9.13', '3.10', '3.11', '3.12']
architecture: ['x64']

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ['3.11']
python-version: ['3.12']
architecture: ['x64']

steps:
Expand Down

0 comments on commit 6e985b7

Please sign in to comment.