-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from simleo/bump_supported_versions
Bump supported python versions
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.7-buster | ||
FROM python:3.12 | ||
|
||
COPY ./ /ro-crate-py | ||
WORKDIR /ro-crate-py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ | |
'Raül Sirvent', | ||
'Stian Soiland-Reyes' | ||
)), | ||
python_requires='>=3.7', | ||
python_requires='>=3.9', | ||
author_email='[email protected]', | ||
package_data={'': ['data/*.jsonld', 'templates/*.j2']}, | ||
# SPDX, pending https://github.com/pombredanne/spdx-pypi-pep/pull/2 | ||
|
@@ -88,10 +88,10 @@ | |
'Intended Audience :: Information Technology', | ||
'Topic :: Software Development :: Libraries', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Programming Language :: Python :: 3.12', | ||
'Topic :: Internet', | ||
'Topic :: Internet :: WWW/HTTP', | ||
'Topic :: System :: Archiving', | ||
|