Skip to content

Update pytket-qiskit requirement from <0.53.0,>=0.50.0 to >=0.50.0,<0.54.0 in the python-dependencies group #1111

Update pytket-qiskit requirement from <0.53.0,>=0.50.0 to >=0.50.0,<0.54.0 in the python-dependencies group

Update pytket-qiskit requirement from <0.53.0,>=0.50.0 to >=0.50.0,<0.54.0 in the python-dependencies group #1111

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
pull_request_target:
types: [opened, reopened, synchronize]
workflow_dispatch:
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}