Skip to content

Commit

Permalink
Merge pull request #2386 from kif/2345_update_CI
Browse files Browse the repository at this point in the history
update CI
  • Loading branch information
kif authored Jan 27, 2025
2 parents 26c794d + 819559b commit 7df30d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand Down
9 changes: 6 additions & 3 deletions ci/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ environment:

matrix:

# Python 3.7
- PYTHON_DIR: "C:\\Python37-x64"
PYTHON_ARCH: "64"
# # Python 3.7
# - PYTHON_DIR: "C:\\Python37-x64"
# PYTHON_ARCH: "64"

# Python 3.9
- PYTHON_DIR: "C:\\Python39-x64"
Expand All @@ -44,6 +44,9 @@ environment:
- PYTHON_DIR: "C:\\Python311-x64"
PYTHON_ARCH: "64"

# Python 3.13
- PYTHON_DIR: "C:\\Python313-x64"
PYTHON_ARCH: "64"

init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Expand Down

0 comments on commit 7df30d0

Please sign in to comment.