Skip to content

Commit 279b9bc

Browse files
committed
GH-17: Remove 3.12 version of Python
1 parent ffc3587 commit 279b9bc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
env: python3.10
2626
- python-version: "3.11"
2727
env: python3.11
28-
- python-version: "3.12"
29-
env: python3.12
3028

3129
steps:
3230
- uses: actions/checkout@v2

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ envlist =
77
python3.9
88
python3.10
99
python3.11
10-
python3.12
1110
isolated_build = true
1211

1312
[testenv]

0 commit comments

Comments
 (0)