Skip to content

Commit 8f55954

Browse files
stephane-caronStéphane Caron
authored andcommitted
Remove py310 env for now as pinocchio doesn't support it yet
1 parent a7e8b2a commit 8f55954

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10"]
18+
python-version: ["3.7", "3.8", "3.9"]
1919

2020
steps:
2121
- name: "Checkout sources"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
isolated_build = True
3-
envlist = py{37, 38, 39, 310}
3+
envlist = py{37, 38, 39}
44

55
[gh-actions]
66
python =

0 commit comments

Comments
 (0)