Skip to content

Commit

Permalink
chore: Update project to allow Python3.8 (#356)
Browse files Browse the repository at this point in the history
Fix release notes link in metadata
  • Loading branch information
Pijukatel authored Mar 10, 2025
1 parent 344a7d0 commit bd8c14f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions apify_fingerprint_datapoints/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ description = "Browser fingerprint datapoints collected by Apify"
authors = [{ name = "Apify Technologies s.r.o.", email = "[email protected]" }]
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",
Expand All @@ -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"
Expand Down

0 comments on commit bd8c14f

Please sign in to comment.