Skip to content

Commit

Permalink
Release 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Jun 2, 2024
1 parent 8231346 commit c46110d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-alpha - 3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.0-beta - 3.13']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ 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.1.0/).

## Unreleased

## [1.5](https://pypi.org/project/futured/1.5/) - 2024-06-02
### Changed
* Python >=3.9 required

### Added
* `gevent` greenlet support

## [1.4](https://pypi.org/project/futured/1.4/) - 2023-05-06
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "futured"
version = "1.4"
version = "1.5"
description = "Functional interface for concurrent futures, including async coroutines."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit c46110d

Please sign in to comment.