瀏覽代碼

Fun with floats.

Jelmer Vernooij 2 年之前
父節點
當前提交
8075f011eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/pythonpackage.yml

+ 1 - 1
.github/workflows/pythonpackage.yml

@@ -13,7 +13,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, macos-latest, windows-latest]
-        python-version: [3.6, 3.7, 3.8, 3.9, 3.10, pypy3]
+        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", pypy3]
         exclude:
           # sqlite3 exit handling seems to get in the way
           - os: macos-latest