Browse Source

Merge pull request #1087 from skshetry/use-3.11

ci: use released version of Python 3.11
Jelmer Vernooij 2 năm trước cách đây
mục cha
commit
637c387430
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/pythontest.yml

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

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