Pass the correct envnames to the GH action

This commit is contained in:
Karolina Surma
2023-09-01 16:37:04 +02:00
parent 741a14aa9b
commit 5dd064b89c
+1 -1
View File
@@ -14,4 +14,4 @@ jobs:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env: [py39, py310, py311, py312-dev]
tox_env: [py39, py310, py311, py312]