Skip to content

Commit

Permalink
Update wheelman config for python 3.9 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyHerself authored Oct 31, 2020
2 parents 64b66e4 + 92ae13d commit 0b97314
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .wheelman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ targets:

- python: "C:\\Python38-x64\\python.exe"
wheel: True

- python: "C:\\Python39\\python.exe"
wheel: True

- python: "C:\\Python39-x64\\python.exe"
wheel: True
sdist: True
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This project also inherits changes from [Binilla](https://github.com/Sigmmma/binilla).

## [1.9.7]
### Changed
- Update build config for Python 3.9.

## [1.9.6]
### Changed
- Fix bitmap converter not correctly setting format in the top of the converted tag.
Expand Down
4 changes: 2 additions & 2 deletions mozzarilla/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# ##############
__author__ = "Sigmmma"
# YYYY.MM.DD
__date__ = "2020.09.19"
__version__ = (1, 9, 6)
__date__ = "2020.10.30"
__version__ = (1, 9, 7)
__website__ = "https://github.com/Sigmmma/mozzarilla"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3 :: Only",
],
zip_safe=False,
Expand Down

0 comments on commit 0b97314

Please sign in to comment.