Skip to content

Commit

Permalink
Run CI tests on Python 3.9/3.10 instead of 3.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ylobankov committed Nov 17, 2022
1 parent 8cafc9a commit 0465fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.8-dev]
tarantool-version: [2.6, 2.7]
python-version: [ '2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10' ]
tarantool-version: [ '2.6', '2.7' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0465fb3

Please sign in to comment.