From bd8c14f7dd0a84368a1a6459a9d503e1c1d3c8d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Proch=C3=A1zka?= Date: Mon, 10 Mar 2025 10:09:32 +0100 Subject: [PATCH] chore: Update project to allow Python3.8 (#356) Fix release notes link in metadata --- apify_fingerprint_datapoints/CHANGELOG.md | 5 +++++ pyproject.toml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/apify_fingerprint_datapoints/CHANGELOG.md b/apify_fingerprint_datapoints/CHANGELOG.md index 69399bec..b7923174 100644 --- a/apify_fingerprint_datapoints/CHANGELOG.md +++ b/apify_fingerprint_datapoints/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 0.0.2 - (2025-03-10) + +- Update project metadata. +- Add Python 3.8 as supported. + ## 0.0.1 - (2025-03-05) - Initial version. diff --git a/pyproject.toml b/pyproject.toml index b7bbfd2d..13e5af9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,12 +9,13 @@ description = "Browser fingerprint datapoints collected by Apify" authors = [{ name = "Apify Technologies s.r.o.", email = "support@apify.com" }] license = { file = "LICENSE.md" } readme = "apify_fingerprint_datapoints/README.md" -requires-python = ">=3.9" +requires-python = ">=3.8" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", @@ -35,7 +36,7 @@ keywords = [ [project.urls] "Homepage" = "https://docs.apify.com/academy/anti-scraping/techniques/fingerprinting" "Apify homepage" = "https://apify.com" -"Changelog" = "https://github.com/apify/fingerprint-suite/blob/master/fingerprint_datapoints/CHANGELOG.md" +"Changelog" = "https://github.com/apify/fingerprint-suite/blob/master/apify_fingerprint_datapoints/CHANGELOG.md" "Documentation" = "https://docs.apify.com/academy/anti-scraping/techniques/fingerprinting" "Issue tracker" = "https://github.com/apify/fingerprint-suite/issues" "Repository" = "https://github.com/apify/fingerprint-suite"