Skip to content

Commit

Permalink
changed to < 3.11 as 3.10 is available on Bullseye
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
robweber committed Nov 1, 2023
1 parent 31f93c3 commit 1f14b09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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.0.0/)

## Version 0.3.5

### Changed

- changed valid Python versions from 3.7 < 3.11. Issues currently on 3.11 installs running on Raspberry Pi OS 12 (Bookworm)

## Version 0.3.4

### Added
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = omni_epd
version = 0.3.4
version = 0.3.5
author = Rob Weber
author_email = [email protected]
description = An EPD class abstraction to simplify communications across multiple display types.
Expand All @@ -24,7 +24,7 @@ install_requires =
package_dir =
= src
packages = find:
python_requires = >=3.7, <3.10
python_requires = >=3.7, <3.11

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 1f14b09

Please sign in to comment.