Browse Source

feat: run github action tests on python 3.11

trgiangdo 2 years ago
parent
commit
e451a893e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/tests.yml

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

@@ -11,7 +11,7 @@ jobs:
     timeout-minutes: 20
     strategy:
       matrix:
-        python-versions: ['3.8', '3.9', '3.10']
+        python-versions: ['3.8', '3.9', '3.10', '3.11']
         os: [ubuntu-18.04, windows-latest, macos-latest]
     runs-on: ${{ matrix.os }}