Skip to content

Commit

Permalink
test(core): Add python 3.12 version test.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Jan 16, 2025
1 parent f0d87b4 commit eebce91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
extra: [ base ]
python-version: [ '3.8', '3.9', '3.10' ]
python-version: [ '3.10', '3.11', '3.12' ]
env:
EXTRAS: ${{ matrix.extra }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
os: [ ubuntu-latest ]
extra: [ base, io, web, form, plot, sphinx, parallel, all, dev ]
python-version: [ '3.9', '3.10', '3.11' ]
python-version: [ '3.10', '3.11', '3.12' ]
include:
- os: windows-latest
extra: all
python-version: '3.10'
python-version: '3.11'
env:
ACTION: "true"
EXTRAS: ${{ matrix.extra }}
Expand Down
3 changes: 2 additions & 1 deletion requirements/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
ddt
coveralls
cryptography
python-dateutil
python-dateutil
setuptools
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def get_long_description(cleanup=True, core=False):
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Development Status :: 5 - Production/Stable",
'Natural Language :: English',
Expand Down

0 comments on commit eebce91

Please sign in to comment.