Skip to content

Commit ccac4bc

Browse files
authored
PR checks for python 3.12 (#1449)
1 parent db0ea25 commit ccac4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11']
17+
python-version: ['3.10', '3.11', '3.12']
1818
steps:
1919
- name: Checkout Airgun
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)