Skip to content

Commit

Permalink
Bump version to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Dec 17, 2024
1 parent 6795c7b commit 0b24e3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ on:
env:
# Docker image version, see https://hub.docker.com/r/burnysc2/python-sc2-docker/tags
# This version should always lack behind one version behind the docker-ci.yml because it is possible that it doesn't exist
VERSION_NUMBER: "1.0.2"
VERSION_NUMBER: "1.0.4"
# TODO Change to '3.13' when a new image has been pushed
LATEST_PYTHON_VERSION: "3.11"
LATEST_PYTHON_VERSION: "3.12"
LATEST_SC2_VERSION: "4.10"

jobs:
Expand Down Expand Up @@ -162,8 +162,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
# TODO Add '3.12' and '3.13' when a new image has been pushed
python-version: ["3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
sc2-version: ["4.10"]
env:
IMAGE_NAME: burnysc2/python-sc2:local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- develop

env:
VERSION_NUMBER: "1.0.4"
VERSION_NUMBER: "1.0.5"
LATEST_PYTHON_VERSION: "3.12"
LATEST_SC2_VERSION: "4.10"
EXPERIMENTAL_PYTHON_VERSION: "3.13"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sc2"
version = "7.0.1"
version = "7.0.2"
description = "A StarCraft II API Client for Python 3"
authors = [{ name = "BurnySc2", email = "[email protected]" }]
requires-python = ">=3.9, <3.13"
Expand Down

0 comments on commit 0b24e3a

Please sign in to comment.