Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Sepand Haghighi 044de68cdc
Python 3.12 (#200)
* fix : Python 3.12 added to test.yml

* fix : Python 3.12 added to setup.py

* doc : README.md updated

* doc : CHANGELOG updated
2023-11-28 23:12:58 -08:00
dependabot[bot] 94392c5554
Bump matplotlib from 3.7.1 to 3.8.2 (#199)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.8.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.1...v3.8.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 01:42:09 +03:30
dependabot[bot] 47cf8e6425
Bump art from 5.9 to 6.1 (#198)
Bumps [art](https://github.com/sepandhaghighi/art) from 5.9 to 6.1.
- [Release notes](https://github.com/sepandhaghighi/art/releases)
- [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sepandhaghighi/art/compare/v5.9...v6.1)

---
updated-dependencies:
- dependency-name: art
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 00:55:14 +03:30
5 zmienionych plików z 8 dodań i 9 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@ -26,8 +26,7 @@ jobs:
- name: Install package
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py install
pip install .
- name: First test
run: |
python -m samila

Wyświetl plik

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- `gateway` parameter added to `nft_storage` method
- Test system modified
- `README.md` updated
- `Python 3.12` added to `test.yml`
## [1.1] - 2023-04-05
### Added
- `__version__` attribute

Wyświetl plik

@ -87,18 +87,16 @@ Samila is a generative art generator written in Python, Samila lets you create i
## Installation
### PyPI
- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
- Run `pip install samila==1.1` (Need root access)
- Run `pip install samila==1.1`
### Source code
- Download [Version 1.1](https://github.com/sepandhaghighi/samila/archive/v1.1.zip) or [Latest Source](https://github.com/sepandhaghighi/samila/archive/dev.zip)
- Run `pip install .`
### Conda
- Check [Conda Managing Package](https://conda.io)
- `conda install -c sepandhaghighi samila` (Need root access)
- `conda install -c sepandhaghighi samila`
## Usage

Wyświetl plik

@ -1,5 +1,5 @@
matplotlib==3.7.1
art==5.9
matplotlib==3.8.2
art==6.1
vulture>=1.0
bandit>=1.5.1
pydocstyle>=3.0.0

Wyświetl plik

@ -69,6 +69,7 @@ setup(
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
license='MIT',
include_package_data=True