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 6fac48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.8-dev]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10]
tarantool-version: [2.6, 2.7]

steps:
Expand Down

0 comments on commit 6fac48b

Please sign in to comment.