Skip to content

Commit 2c0f980

Browse files
committed
it is <current year>
1 parent 64e2f89 commit 2c0f980

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest, windows-latest]
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
23+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2424
runs-on: ${{ matrix.os }}
2525

2626
steps:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 2017 Tom van Ommeren
4-
Copyright (c) 2024 Richard Kellnberger
4+
Copyright (c) 2025 Richard Kellnberger
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ This is a plugin for the `Python LSP Server`_.
1111

1212
.. _`Python LSP Server`: https://github.com/python-lsp/python-lsp-server
1313

14-
It, like mypy, requires Python 3.8 or newer.
14+
It, like `mypy`_, requires Python 3.9 or newer.
15+
16+
.. _`mypy`: https://github.com/python/mypy
1517

1618

1719
Installation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ live_mode = true
2323
strict = true
2424

2525
[tool.mypy]
26-
python_version = "3.8"
26+
python_version = "3.9"
2727

2828
[[tool.mypy.overrides]]
2929
module = "pylsp.*"

0 commit comments

Comments
 (0)