Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
* Update meta.py
* Update testing_pr.yml
  • Loading branch information
ndem0 authored Feb 7, 2024
1 parent b38c640 commit 6cfb8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
pull_request:
branches:
- "master"
- "v0.1"


jobs:
build:
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pina/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected], [email protected]' # TODO
__maintainer__ = __author__
__status__ = "Alpha"
Expand Down

0 comments on commit 6cfb8fd

Please sign in to comment.