Skip to content

Commit 76f791b

Browse files
author
Ahmed TAHRI
committed
🔖 Release 1.1.2
- Bumped `rustls-native-certs` to version 0.7.1 - Explicit support for Python 3.13
1 parent a7c9e9f commit 76f791b

File tree

9 files changed

+115
-90
lines changed

9 files changed

+115
-90
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
test:
3434
strategy:
3535
matrix:
36-
os: [ubuntu-latest, macos-12, windows-latest ] # windows-latest
37-
python_version: ['3.10', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
36+
os: [ubuntu-latest, macos-12, windows-latest ]
37+
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
3838
runs-on: ${{ matrix.os }}
3939
steps:
4040
- uses: actions/checkout@v3

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: flake8
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.5.1
27+
rev: v1.11.1
2828
hooks:
2929
- id: mypy
3030
args: [--check-untyped-defs]

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@
33
All notable changes to wassima will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## 1.1.2 (2024-08-17)
7+
8+
### Changed
9+
- Bumped `rustls-native-certs` to version 0.7.1
10+
11+
### Added
12+
- Explicit support for Python 3.13
13+
614
## 1.1.1 (2024-04-29)
715

8-
## Changed
16+
### Changed
917
- Bumped `pyo3` to version 0.20.3
1018

11-
## Fixed
19+
### Fixed
1220
- Certifi fallback loading
1321
- Exception if the underlying rust library could not access the OS store
1422

1523
## 1.1.0 (2024-02-20)
1624

17-
## Changed
25+
### Changed
1826
- Bumped `pyo3` to version 0.20.2
1927
- Bumped `rustls-native-certs` to version 0.7.0
2028
- Bumped `maturin` to version 1.4.0

0 commit comments

Comments
 (0)