Merge pull request #436 from SamR1/add-python-3.12

CI - Add Python 3.12
This commit is contained in:
Sam 2023-10-03 12:29:11 +02:00 committed by GitHub
commit b18ad20f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
--health-retries 5 --health-retries 5
strategy: strategy:
matrix: matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ] python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Install Poetry and Dependencies - name: Install Poetry and Dependencies

View File

@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: JavaScript" "Programming Language :: JavaScript"
] ]
exclude = ["fittrackee/tests"] exclude = ["fittrackee/tests"]