diff --git a/.github/workflows/NightlyRelease.yml b/.github/workflows/NightlyRelease.yml index d982f85..2b25e4b 100644 --- a/.github/workflows/NightlyRelease.yml +++ b/.github/workflows/NightlyRelease.yml @@ -197,7 +197,7 @@ jobs: ANSI_LIGHT_RED=$'\x1b[91m' ANSI_LIGHT_GREEN=$'\x1b[92m' ANSI_LIGHT_YELLOW=$'\x1b[93m' - ANSI_LIGHT_BLUE="\e[94m" + ANSI_LIGHT_BLUE=$'\x1b[94m' ANSI_NOCOLOR=$'\x1b[0m' export GH_TOKEN=${{ github.token }} diff --git a/.github/workflows/Parameters.yml b/.github/workflows/Parameters.yml index 179a726..2e82729 100644 --- a/.github/workflows/Parameters.yml +++ b/.github/workflows/Parameters.yml @@ -197,9 +197,10 @@ jobs: "3.13": { "icon": "🟢", "until": "2029.10" }, "3.14": { "icon": "🟣", "until": "2030.10" }, "pypy-3.7": { "icon": "⟲⚫", "until": "????.??" }, - "pypy-3.8": { "icon": "⟲🔴", "until": "????.??" }, - "pypy-3.9": { "icon": "⟲🟠", "until": "????.??" }, - "pypy-3.10": { "icon": "⟲🟡", "until": "????.??" }, + "pypy-3.8": { "icon": "⟲⚫", "until": "????.??" }, + "pypy-3.9": { "icon": "⟲🔴", "until": "????.??" }, + "pypy-3.10": { "icon": "⟲🟠", "until": "????.??" }, + "pypy-3.11": { "icon": "⟲🟡", "until": "????.??" }, }, # Runner systems (runner images) supported by GitHub Actions "sys": { diff --git a/doc/requirements.txt b/doc/requirements.txt index 884b5e0..5665d1d 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ -r ../requirements.txt -pyTooling ~= 8.1 +pyTooling ~= 8.2 # Enforce latest version on ReadTheDocs sphinx ~= 8.2 diff --git a/pyproject.toml b/pyproject.toml index 0d5e5f0..74c4ee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools ~= 75.8", "wheel ~= 0.45", - "pyTooling ~= 8.1" + "pyTooling ~= 8.2" ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index 9ce072f..2c498e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pyTooling ~= 8.1 +pyTooling ~= 8.2