We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignore_cleanup_errors
1 parent 469df55 commit 2341d0aCopy full SHA for 2341d0a
.github/workflows/ci.yml
@@ -22,13 +22,6 @@ jobs:
22
os: [ubuntu-latest]
23
compiler: [gcc, clang]
24
python-version: ['3.10', '3.x']
25
- include:
26
- - os: ubuntu-20.04
27
- python-version: '3.6'
28
- compiler: gcc
29
30
31
- compiler: clang
32
fail-fast: false
33
34
steps:
pyproject.toml
@@ -14,7 +14,7 @@ license = { text = "BSD-3-Clause" }
14
authors = [
15
{ name = "Gerrit Ansmann", email = "gansmann@uni-bonn.de" },
16
]
17
-requires-python = ">=3.6"
+requires-python = ">=3.10"
18
classifiers = [
19
"Development Status :: 4 - Beta",
20
"License :: OSI Approved :: BSD License",
0 commit comments