Skip to content

Commit 69b6dbf

Browse files
committed
Add python 3.13 to CI for testbots
1 parent fa96b4e commit 69b6dbf

File tree

4 files changed

+388
-19
lines changed

4 files changed

+388
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
fail-fast: false
163163
matrix:
164164
os: [ubuntu-latest]
165-
python-version: ["3.9", "3.10", "3.11", "3.12"]
165+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
166166
sc2-version: ["4.10"]
167167
env:
168168
IMAGE_NAME: burnysc2/python-sc2:local

.github/workflows/docker-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
- develop
1515

1616
env:
17-
VERSION_NUMBER: "1.0.5"
18-
LATEST_PYTHON_VERSION: "3.12"
17+
VERSION_NUMBER: "1.0.6"
18+
LATEST_PYTHON_VERSION: "3.13"
1919
LATEST_SC2_VERSION: "4.10"
20-
EXPERIMENTAL_PYTHON_VERSION: "3.13"
20+
EXPERIMENTAL_PYTHON_VERSION: "3.14"
2121

2222
jobs:
2323
run_test_docker_image:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "burnysc2"
33
version = "7.0.6"
44
description = "A StarCraft II API Client for Python 3"
55
authors = [{ name = "BurnySc2", email = "[email protected]" }]
6-
requires-python = ">=3.9, <3.13"
6+
requires-python = ">=3.9, <3.14"
77
keywords = ["StarCraft", "StarCraft 2", "StarCraft II", "AI", "Bot"]
88
classifiers = [
99
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)