From 6cfb8fd28b607f0051320485a7508e28057ef467 Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Wed, 7 Feb 2024 16:14:46 +0100 Subject: [PATCH] Update python versions * Update meta.py * Update testing_pr.yml --- .github/workflows/testing_pr.yml | 4 +--- pina/meta.py | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing_pr.yml b/.github/workflows/testing_pr.yml index 06045cfe..7519e6b7 100644 --- a/.github/workflows/testing_pr.yml +++ b/.github/workflows/testing_pr.yml @@ -4,8 +4,6 @@ on: pull_request: branches: - "master" - - "v0.1" - jobs: build: @@ -14,7 +12,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, macos-latest, ubuntu-latest] - python-version: [3.7, 3.8, 3.9, '3.10'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v2 diff --git a/pina/meta.py b/pina/meta.py index 79242326..581a866f 100644 --- a/pina/meta.py +++ b/pina/meta.py @@ -6,9 +6,9 @@ __project__ = 'PINA' __title__ = "pina" __author__ = "PINA Contributors" -__copyright__ = "Copyright 2021-2023, PINA Contributors" +__copyright__ = "Copyright 2021-2024, PINA Contributors" __license__ = "MIT" -__version__ = "0.1" +__version__ = "0.1.0" __mail__ = 'demo.nicola@gmail.com, dario.coscia@sissa.it' # TODO __maintainer__ = __author__ __status__ = "Alpha"