Skip to content

Commit

Permalink
Merge pull request #3142 from craig8/updates-for9
Browse files Browse the repository at this point in the history
Updates for 9
  • Loading branch information
schandrika authored Nov 14, 2023
2 parents ce5ff49 + adbee05 commit fc41d32
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Run the specified tests and save the results to a unique file that can be archived for later analysis.
- name: Run pytest on ${{ matrix.python-version }}, ${{ matrix.os }}
uses: volttron/volttron-build-action@v7
uses: volttron/volttron-build-action@v6
with:
python_version: ${{ matrix.python-version }}
os: ${{ matrix.os }}
Expand Down
13 changes: 0 additions & 13 deletions pyproject.toml

This file was deleted.

2 changes: 1 addition & 1 deletion volttron/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from urllib.parse import urlparse

from ..utils.frozendict import FrozenDict
__version__ = '8.2'
__version__ = '9.0rc0'

_log = logging.getLogger(__name__)

Expand Down

0 comments on commit fc41d32

Please sign in to comment.