Skip to content

Commit

Permalink
Bump version requirement and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 1, 2024
1 parent 0946d78 commit c5c3882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ python-chess:
Installing
----------

Requires Python 3.7+. Download and install the latest release:
Requires Python 3.8+. Download and install the latest release:

::

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# General information about the project.
project = "python-chess"
copyright = "2014–2023, Niklas Fiekas"
copyright = "2014–2024, Niklas Fiekas"

# The version.
version = chess.__version__
Expand Down

0 comments on commit c5c3882

Please sign in to comment.