Skip to content

Commit

Permalink
Update to pyside6 6.6.0 and python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed Nov 14, 2023
1 parent 838c76f commit 78fbaef
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: false
default: ''
env:
LATEST_PY_VERSION: '3.10'
LATEST_PY_VERSION: '3.11'

# Required for creating a new release
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
workflow_dispatch:

env:
LATEST_PY_VERSION: '3.10'
LATEST_PY_VERSION: '3.11'
COVERAGE_ARGS: '--cov --cov-report=term --cov-report=xml'

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.10', '3.11']

steps:
- uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 78fbaef

Please sign in to comment.