Skip to content

Commit

Permalink
ci: update Python version to 3.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossLux committed Nov 11, 2024
1 parent 400686d commit 9d421c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.10]
python-version: [3.11]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A nice, simple and fast GUI application for combining RTF/PDF files with automat
### Prerequisites

- Windows operating system
- Python 3.10 or higher
- Python 3.11 or higher
- Required Python packages (see `requirements.txt`)

### Installing Dependencies
Expand Down
1 change: 0 additions & 1 deletion tests/test_pdf_combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import shutil
from src.pdf_util import PDFUtility
from src.pdf_compiler import PDFCompiler
import win32com.client


@pytest.fixture
Expand Down

0 comments on commit 9d421c5

Please sign in to comment.