summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 12:49:39 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 12:49:39 +0200
commitd1a9a3eb64c18e99c60b0e58cc410ccf7f008726 (patch)
tree82dbdbcfc926b9727ed6bdc563dcb9aeb9378cf3
parentAdd missing typed marker. (diff)
downloadfreestyle-keys-d1a9a3eb64c18e99c60b0e58cc410ccf7f008726.tar
freestyle-keys-d1a9a3eb64c18e99c60b0e58cc410ccf7f008726.tar.gz
freestyle-keys-d1a9a3eb64c18e99c60b0e58cc410ccf7f008726.tar.bz2
freestyle-keys-d1a9a3eb64c18e99c60b0e58cc410ccf7f008726.tar.lz
freestyle-keys-d1a9a3eb64c18e99c60b0e58cc410ccf7f008726.tar.xz
freestyle-keys-d1a9a3eb64c18e99c60b0e58cc410ccf7f008726.tar.zst
freestyle-keys-d1a9a3eb64c18e99c60b0e58cc410ccf7f008726.zip
-rw-r--r--.github/workflows/pytest.yml2
-rw-r--r--.mergify.yml6
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg2
4 files changed, 3 insertions, 9 deletions
diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml
index ef2cfe7..188c1a2 100644
--- a/.github/workflows/pytest.yml
+++ b/.github/workflows/pytest.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
- python-version: [3.7, 3.8, 3.9]
+ python-version: [3.9]
steps:
- uses: actions/checkout@v2
diff --git a/.mergify.yml b/.mergify.yml
index c28b2ad..3a9965e 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -8,14 +8,8 @@ pull_request_rules:
- or:
- "#approved-reviews-by>=1"
- "author=Flameeyes"
- - "status-success=pytest (ubuntu-latest, 3.7)"
- - "status-success=pytest (ubuntu-latest, 3.8)"
- "status-success=pytest (ubuntu-latest, 3.9)"
- - "status-success=pytest (macos-latest, 3.7)"
- - "status-success=pytest (macos-latest, 3.8)"
- "status-success=pytest (macos-latest, 3.9)"
- - "status-success=pytest (windows-latest, 3.7)"
- - "status-success=pytest (windows-latest, 3.8)"
- "status-success=pytest (windows-latest, 3.9)"
- "status-success=pre-commit"
actions:
diff --git a/pyproject.toml b/pyproject.toml
index 750b6bc..d9e8bc5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@ requires = [
[tool.black]
line-length = 88
-target-version = ['py37']
+target-version = ['py39']
exclude = '''
/(
\.eggs
diff --git a/setup.cfg b/setup.cfg
index 310d363..4039aaa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -33,7 +33,7 @@ keywords =
[options]
packages = find:
install_requires =
-python_requires = ~= 3.7
+python_requires = ~= 3.9
[options.extras_require]
dev =