Skip to content

Commit

Permalink
build apps on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Aug 11, 2024
1 parent bfc5fed commit 6660403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ jobs:
- name: Set version
run: |
echo ${{ steps.get_version.outputs.version-without-v }} > ezbeq/VERSION
- name: Set up Python 3.11
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ezbeq"
version = "2.1.0a10"
version = "2.1.0a11"
description = "A webapp which can send beqcatalogue filters to a DSP device"
authors = ["3ll3d00d <mattkhan+ezbeq@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 6660403

Please sign in to comment.