Skip to content

Commit 26f93ce

Browse files
committed
Update metadata and CI
1 parent 5f33b62 commit 26f93ce

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [ubuntu-latest, macos-latest, windows-latest]
35-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
35+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
3636

3737
env:
3838
PYTHON: ${{ matrix.python }}

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,3 @@ repos:
2222
types: [python]
2323
language: system
2424
pass_filenames: false
25-
- id: pyupgrade
26-
name: Pyupgrade
27-
entry: pyupgrade --py38-plus
28-
types: [python]
29-
language: system

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ classifiers = [
2020
'Programming Language :: Python',
2121
'Programming Language :: Python :: 3',
2222
'Programming Language :: Python :: 3 :: Only',
23-
'Programming Language :: Python :: 3.8',
2423
'Programming Language :: Python :: 3.9',
2524
'Programming Language :: Python :: 3.10',
2625
'Programming Language :: Python :: 3.11',
@@ -39,7 +38,7 @@ classifiers = [
3938
'Topic :: Software Development :: Libraries :: Python Modules',
4039
'Topic :: Internet',
4140
]
42-
requires-python = '>=3.8'
41+
requires-python = '>=3.9'
4342
dependencies = [
4443
'pydantic>=2.7.0',
4544
'python-dotenv>=0.21.0',
@@ -87,7 +86,7 @@ source = [
8786

8887
[tool.ruff]
8988
line-length = 120
90-
target-version = 'py38'
89+
target-version = 'py39'
9190

9291
[tool.ruff.lint.pyupgrade]
9392
keep-runtime-typing = true

0 commit comments

Comments
 (0)