Skip to content

Commit

Permalink
it is <current year>
Browse files Browse the repository at this point in the history
  • Loading branch information
Richardk2n committed Jan 25, 2025
1 parent 64e2f89 commit 2c0f980
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2017 Tom van Ommeren
Copyright (c) 2024 Richard Kellnberger
Copyright (c) 2025 Richard Kellnberger

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ This is a plugin for the `Python LSP Server`_.

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

It, like mypy, requires Python 3.8 or newer.
It, like `mypy`_, requires Python 3.9 or newer.

.. _`mypy`: https://github.com/python/mypy


Installation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ live_mode = true
strict = true

[tool.mypy]
python_version = "3.8"
python_version = "3.9"

[[tool.mypy.overrides]]
module = "pylsp.*"
Expand Down

0 comments on commit 2c0f980

Please sign in to comment.