Skip to content

Commit

Permalink
Adding Python 12 to testing suit
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Nov 2, 2023
1 parent 995ee81 commit ba17461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.8']
python-version: ['3.12']
os: ['ubuntu-latest']
name: Linting OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11','3.12']
os: ['ubuntu-latest']
name: PyTests OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
steps:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

strategy:
matrix:
python-version: ['3.8']
python-version: ['3.12']
os: ['ubuntu-latest']

env:
Expand Down

0 comments on commit ba17461

Please sign in to comment.