Skip to content

Commit

Permalink
build: Drop Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 15, 2024
1 parent 6e834f3 commit 1f5d5bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', pypy-3.10]
python-version: [3.9, '3.10', '3.11', '3.12', pypy-3.10]
exclude:
# https://github.com/pypy/pypy/issues/5027
- os: windows-latest
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.7.0 (Unreleased)
## 0.7.0 (2024-09-15)

### Changed

- Some arguments must be keyword arguments:
- Some arguments must be keyword arguments in:

- `libcoveoc4ids.common_checks.common_checks_oc4ids`
- `libcoveoc4ids.schema.SchemaOC4IDS.get_pkg_schema_obj`
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "libcoveoc4ids"
version = "0.6.0"
version = "0.7.0"
authors = [{name = "Open Contracting Partnership and Open Data Services Co-operative Limited", email = "[email protected]"}]
description = "A data review library for the Open Contracting for Infrastructure Data Standards (OC4IDS)"
readme = "README.rst"
Expand All @@ -14,7 +14,6 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 1f5d5bb

Please sign in to comment.