Skip to content

fix!: drop support of Python 3.9; support Python 3.13 (#53) #39

fix!: drop support of Python 3.9; support Python 3.13 (#53)

fix!: drop support of Python 3.9; support Python 3.13 (#53) #39

Workflow file for this run

name: Release Workflow
on:
push:
branches: [development, release-*]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@3.1.1
secrets: inherit
with:
python-version: "3.10"
poetry-version: "1.8.5"
code-checks-python-versions: '["3.10", "3.11", "3.12", "3.13"]'