From 9ac6d16badcadc7ba38740fde1ae54e463cb92a2 Mon Sep 17 00:00:00 2001 From: Jussi Vatjus-Anttila Date: Tue, 24 Sep 2024 11:13:35 +0300 Subject: [PATCH] bring python3.12 to CI (#35) --- .github/workflows/test.yml | 2 +- LICENSE | 2 +- README.md | 2 +- setup.py | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a386159..bad1c00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ '3.8', '3.9', '3.10', '3.11' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] name: ${{ matrix.os }}-Python-${{ matrix.python-version }} steps: - uses: actions/checkout@v4 diff --git a/LICENSE b/LICENSE index a868cff..ec474eb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Jussi Vatjus-Anttila +Copyright (c) 2024 Jussi Vatjus-Anttila Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 874689f..2720edf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ These instructions will get you a copy of the project up and running on your loc ### Prerequisites * openstf server and access token -* python >=3.7 +* python >=3.8 * adb * appium (`npm install appium`) Library expects that appium is located to PATH diff --git a/setup.py b/setup.py index a4ea719..03c8569 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 +Programming Language :: Python :: 3.12 Topic :: Software Development :: Testing """.strip().splitlines()