Skip to content

Commit

Permalink
extend tests to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan2423 authored Oct 15, 2023
1 parent 5e01c9f commit 9b6d56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
node-version: [18.x]
operating-system: [ubuntu-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11', '3.12']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

runs-on: ${{ matrix.operating-system }}
Expand Down

0 comments on commit 9b6d56a

Please sign in to comment.