Skip to content

Commit

Permalink
Increment CI python version
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mart committed Mar 7, 2024
1 parent 1babb5c commit b969446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
cache: "poetry"

- name: Install dependencies
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 = "wow-addon-packager"
version = "0.11.2"
version = "0.11.3"
description = "A developer-friendly World of Warcraft addon packager"
authors = ["Tim Martin <tim@timmart.in>"]
license = "MIT"
Expand Down

0 comments on commit b969446

Please sign in to comment.