Python 3.11 support (#162)

* fix : Python 3.11 added to test.yml

* fix : Python 3.11 added to setup.py
pull/165/head
Sepand Haghighi 2022-11-08 15:47:01 +03:30 zatwierdzone przez GitHub
rodzic 5be1cc35fc
commit a2729fb9ab
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}

Wyświetl plik

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- `marker` parameter added to `plot` method
- Test system modified
- `Python 3.11` added to `test.yml`
## [0.9] - 2022-09-28
### Added
- Anaconda workflow

Wyświetl plik

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