From: Simon Cozens Date: Wed, 22 Jan 2025 15:15:54 +0000 (+0000) Subject: Norway problem X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f20583b3dc928e21dbd8c5dbbe52f205fa5f2cc;p=thirdparty%2Fgoogle%2Ffonts.git Norway problem --- diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 0e548b3c0..1a1377b22 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 5 matrix: - python-version: [3.9, 3.10, 3.11, 3.12, 3.13] + python-version: [3.9, "3.10", 3.11, 3.12, 3.13] steps: - uses: actions/checkout@v1