Skip to content

Commit

Permalink
Add testing for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Jun 15, 2024
1 parent 1caf8d5 commit 56824d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
python-version: '3.10'
- pipenv-version: '2023.2.4'
python-version: '3.11'
- pipenv-version: '2023.2.4'
python-version: '3.12'
steps:
- name: Checkout the repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -143,4 +145,3 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}


1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit 56824d6

Please sign in to comment.