Skip to content

Commit

Permalink
Upgrade deps for Python3.13 compatibility
Browse files Browse the repository at this point in the history
Mark this as v1.0.0!

Fixes #40
  • Loading branch information
lucach committed Nov 14, 2024
1 parent 3affaec commit 9f55d27
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 711 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.0.0] - 2024-11-14

PyTamaro is now mature enough for a 1.X release!

### Changed

- The library is now compatible with Python 3.13 and requires at least Python 3.10
- English names are no longer importable from modules dedicated to other languages (e.g., `pytamaro.it`)

## [0.7.3] - 2024-08-14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ As simple as
pip install pytamaro
```

You can install PyTamaro using Python 3.9 - 3.12 on all major operating systems and architectures.
You can install PyTamaro using Python 3.10 - 3.13 on all major operating systems and architectures.

### 📚 Documentation

Expand Down
Loading

0 comments on commit 9f55d27

Please sign in to comment.