Skip to content

Commit 2341d0a

Browse files
committed
Tempfile’s ignore_cleanup_errors requires Python 3.10.
1 parent 469df55 commit 2341d0a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ jobs:
2222
os: [ubuntu-latest]
2323
compiler: [gcc, clang]
2424
python-version: ['3.10', '3.x']
25-
include:
26-
- os: ubuntu-20.04
27-
python-version: '3.6'
28-
compiler: gcc
29-
- os: ubuntu-20.04
30-
python-version: '3.6'
31-
compiler: clang
3225
fail-fast: false
3326

3427
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = { text = "BSD-3-Clause" }
1414
authors = [
1515
{ name = "Gerrit Ansmann", email = "gansmann@uni-bonn.de" },
1616
]
17-
requires-python = ">=3.6"
17+
requires-python = ">=3.10"
1818
classifiers = [
1919
"Development Status :: 4 - Beta",
2020
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)