Skip to content

Commit

Permalink
Switch to Python 3.9 & update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bhirsz committed Oct 20, 2024
1 parent 126934e commit e971832
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,23 @@ jobs:
matrix:
include:
- os: 'ubuntu-latest'
python-version: '3.8'
python-version: '3.9'
rf-version: 'rf3'
- os: 'ubuntu-latest'
python-version: '3.8'
rf-version: 'rf4'
- os: 'ubuntu-latest'
python-version: '3.8'
rf-version: 'rf5'
- os: 'ubuntu-latest'
python-version: '3.9'
rf-version: 'rf6'
rf-version: 'rf4'
- os: 'ubuntu-latest'
python-version: '3.10'
rf-version: 'rf6'
rf-version: 'rf5'
- os: 'ubuntu-latest'
python-version: '3.11'
rf-version: 'rf5'
- os: 'ubuntu-latest'
python-version: '3.12'
rf-version: 'rf7'
- os: 'ubuntu-latest'
python-version: '3.13'
rf-version: 'rf7'
- os: 'windows-latest'
python-version: '3.11'
rf-version: 'rf6'
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ repos:
rev: v0.6.9
hooks:
- id: ruff
- id: ruff-format
- id: ruff-format
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Expand Down Expand Up @@ -47,7 +46,7 @@
keywords=KEYWORDS,
packages=["robocop"],
project_urls=PROJECT_URLS,
python_requires=">=3.8",
python_requires=">=3.9",
include_package_data=True,
install_requires=[
"jinja2>=3.0,<4.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/rf_versions_matrix/requirements_rf7.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
robotframework==7.0rc1
robotframework==7.1.1

0 comments on commit e971832

Please sign in to comment.